Get event
Get event
Path Parameters
- key string required
Guid or ExternalKey
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- Guid guid
- Revision int64
- PersonCreated guid nullable
- PersonChanged guid nullable
- TimestampCreated date-time nullable
- TimestampChanged date-time nullable
- Name string nullable required
- Code string nullable
Type object
- oneOf
- EventType
stringPossible values: [
End
,Location
,ActivityStart
,Presence
]- oneOf
- ExternalKey string nullable
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-11-06T13:22:00Z",
"TimestampChanged": "2023-11-06T13:22:00Z",
"Name": "string",
"Code": "string",
"Type": "End",
"ExternalKey": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
- Guid guid
- Revision int64
- PersonCreated guid nullable
- PersonChanged guid nullable
- TimestampCreated date-time nullable
- TimestampChanged date-time nullable
- Name string nullable required
- Code string nullable
Type object
- oneOf
- ActivityType
stringPossible values: [
Work
,Absence
,Break
]- oneOf
- Default boolean
TimeEntry object
- oneOf
- ActivityTypeTimeEntry
stringPossible values: [
Optional
,TotalTime
,FromTo
]- oneOf
- Inactive boolean
- Movement boolean
- Icon string nullable
- ExternalKey string nullable
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-11-06T13:22:00Z",
"TimestampChanged": "2023-11-06T13:22:00Z",
"Name": "string",
"Code": "string",
"Type": "Work",
"Default": true,
"TimeEntry": "Optional",
"Inactive": true,
"Movement": true,
"Icon": "string",
"ExternalKey": "string"
}
Loading...