Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Assignment

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
userRoleGroupIdintegernoyesUserRoleGroup.id
locationIdintegernonoLocation.id
groupIdintegernonoGroup.id
categoryIdintegernonoCategory.id
categoryOptionIdintegernonoCategoryOption.id

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/assignmentsGET 200Returns an Array of all Assignments
/api/assignments/{id}GET 200Returns one Assignment
/api/assignmentsPOSTAssignment201Create new Assignment
/api/assignments/{id}PUTAssignment204Update an existing Assignment
/api/assignments/{id}DELETE 200Delete an Assignment
  • No labels