GET v1/ServiceJobs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.ServiceJobName | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
None. |
|
type | string |
None. |
|
status | string |
None. |
|
createdTimestamp | date |
None. |
|
completedTimestamp | date |
None. |
|
additionalData | string |
None. |
|
serviceTasks | Collection of Common.Dto.Get.ServiceTask |
None. |
|
totalCount | integer |
None. |
|
totalSuccessful | integer |
None. |
|
totalFailed | integer |
None. |
|
percentComplete | decimal number |
None. |
|
isOffline | boolean |
None. |
|
id | integer |
None. |
|
uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "accountId": 1, "type": "sample string 2", "status": "sample string 3", "createdTimestamp": "2025-05-21T09:30:46.5499207+00:00", "completedTimestamp": "2025-05-21T09:30:46.5499207+00:00", "additionalData": "sample string 5", "serviceTasks": [ { "entityType": "sample string 1", "entityId": 2, "parentEntityId": 1, "status": "sample string 3", "notes": "sample string 4", "id": 5, "uri": "sample string 6" }, { "entityType": "sample string 1", "entityId": 2, "parentEntityId": 1, "status": "sample string 3", "notes": "sample string 4", "id": 5, "uri": "sample string 6" } ], "totalCount": 1, "totalSuccessful": 1, "totalFailed": 1, "percentComplete": 1.1, "isOffline": true, "id": 7, "uri": "sample string 8" }