Get a list of definitions

URL: GET /api/v1/definitions/<definition_category>

Content: None

Returns: A list of Definitions that are of type definition_category.

Get a definition by ID

URL: GET /api/v1/definitions/<definition_category>/<definition_id>

Content: None

Returns: A single Definition whose ID is definition_id.

Create a definition

URL: POST /api/v1/definitions/<definition_category>

Content: The Definition to create.

Returns: The Definition created.

Update a definition’s information

URL: PUT /api/v1/definitions/<definition_category>

Content: The Definition to update.

Returns: The Definition updated.

Delete a definition by ID

URL: DELETE /api/v1/definitions/<definition_category>/<definition_id>

Content: None

Returns: None

Definition Categories

The following strings can be used in place of the <definition_category> tag in a request URL:

  • AssignmentReason
  • Position
  • Skill
  • ListGridView
  • ToDoType
  • ToDoStatus
  • ShiftCategory
  • TaskCategory
  • Team
  • PunchReason