Get Plan Record
GET/api/v2/Plan/:key
Get Plan Record
Request
Path Parameters
key stringrequired
Guid or ExternalKey
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
Guid guid
Revision int64
PersonCreated guidnullable
PersonChanged guidnullable
TimestampCreated date-timenullable
TimestampChanged date-timenullable
CustomFields objectnullable
Person guidrequired
Date datenullable
From date-timenullable
To date-timenullable
Hours durationnullable
Activity guidrequired
Description stringnullable
Contract guidnullable
Subcontract guidnullable
ExternalKey stringnullable
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2024-03-29T06:55:00Z",
"TimestampChanged": "2024-03-29T06:55:00Z",
"CustomFields": {},
"Person": "string",
"Date": "2024-03-29",
"From": "2024-03-29T06:57:03.476Z",
"To": "2024-03-29T06:57:03.476Z",
"Hours": "string",
"Activity": "string",
"Description": "string",
"Contract": "string",
"Subcontract": "string",
"ExternalKey": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
- ActivityType
- ActivityTypeTimeEntry
Guid guid
Revision int64
PersonCreated guidnullable
PersonChanged guidnullable
TimestampCreated date-timenullable
TimestampChanged date-timenullable
Name stringnullablerequired
Code stringnullable
Type object
oneOf
string
Possible values: [Work
, Absence
, Break
]
Default boolean
TimeEntry object
oneOf
string
Possible values: [Optional
, TotalTime
, FromTo
]
Inactive boolean
Movement boolean
Icon stringnullable
ExternalKey stringnullable
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2024-03-29T06:55:00Z",
"TimestampChanged": "2024-03-29T06:55:00Z",
"Name": "string",
"Code": "string",
"Type": "Work",
"Default": true,
"TimeEntry": "Optional",
"Inactive": true,
"Movement": true,
"Icon": "string",
"ExternalKey": "string"
}
Loading...