Teams

Get a team

Returns a single team by ID.

get/teams/{id}

Path parameters

idinteger required

Team ID

Example:1

Team ID

Response

Team details

idnumber required

Team ID

namestring required

Team name

createdOnstring nullable required

Creation timestamp in ISO 8601 format

modifiedOnstring nullable required

Last modification timestamp in ISO 8601 format

Example response

{
  "id": 1,
  "name": "Sales",
  "createdOn": "2024-06-15T14:30:00.000Z",
  "modifiedOn": "2024-06-15T15:00:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.