Get contracts
Get contracts
Query Parameters
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string
Items object[]
Array [Guid guid requiredRevision int64 requiredPersonCreated guidPersonChanged guidTimestampCreated date-timeTimestampChanged date-timeName string requiredCode stringCustomer guidResponsiblePerson guidDescription stringStartDate dateEndDate dateBillable integer requiredNote stringCostsPlanned int64HoursPlanned int64]
{
"ContinuationToken": "string",
"Items": [
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-08-14T08:29:25.594Z",
"TimestampChanged": "2023-08-14T08:29:25.594Z",
"Name": "string",
"Code": "string",
"Customer": "string",
"ResponsiblePerson": "string",
"Description": "string",
"StartDate": "2023-08-14",
"EndDate": "2023-08-14",
"Billable": 0,
"Note": "string",
"CostsPlanned": 0,
"HoursPlanned": 0
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...