GET api/jobs/export?skip={skip}&take={take}&dateFrom={dateFrom}&dateTo={dateTo}&orgId={orgId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| dateFrom | date |
None. |
|
| dateTo | date |
None. |
|
| orgId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.ViewModels.Job.JobExportItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
None. |
|
| SiteName | string |
None. |
|
| SiteAddress | API.Domain.ViewModels.Common.SiteAddress |
None. |
|
| AllocatedTo | API.Domain.ViewModels.Users.UserListItem |
None. |
|
| State | API.Domain.ViewModels.Job.JobStateItem |
None. |
|
| CompletedDate | date |
None. |
|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| JobTypeId | globally unique identifier |
None. |
|
| TenantNumericCode | integer |
None. |
|
| NumericCode | integer |
None. |
|
| ExternalReference | string |
None. |
|
| TimeInMinutes | integer |
None. |
|
| JobReferenceCode | string |
None. |
|
| ScheduledDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| ScheduledDateAndTimeOffset | date |
None. |
|
| UpdatedDateAndTimeOffset | date |
None. |
|
| CreatedDateAndTimeOffset | date |
None. |
|
| ParentJobId | globally unique identifier |
None. |
|
| JobCategoryId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "c81e8d5f-2d89-414a-8d0f-6f89f4bfbe93",
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"address4": "sample string 4",
"city": "sample string 5",
"county": "sample string 6",
"country": "sample string 7",
"zip": "sample string 8"
},
"allocatedTo": {
"id": "b4952489-4740-4f32-ac66-ec646a57b87d",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "527ee5b9-ee69-48e3-b488-4eebe712478b"
},
"completedDate": "2026-09-06T04:49:54.6202121+00:00",
"id": "580cd985-4985-4cef-ad45-cb906634dc49",
"name": "sample string 4",
"jobTypeId": "ddca4820-f997-451c-8083-273547aed437",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-09-06T04:49:54.6202121Z",
"updatedDate": "2026-09-06T04:49:54.6202121Z",
"createdDate": "2026-09-06T04:49:54.6202121Z",
"scheduledDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"updatedDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"createdDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"parentJobId": "59ffe5de-29d8-41a2-b7fd-a9b6d459d7c5",
"jobCategoryId": "7dca1110-b524-475f-812b-cab574147fa3"
},
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "c81e8d5f-2d89-414a-8d0f-6f89f4bfbe93",
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"address4": "sample string 4",
"city": "sample string 5",
"county": "sample string 6",
"country": "sample string 7",
"zip": "sample string 8"
},
"allocatedTo": {
"id": "b4952489-4740-4f32-ac66-ec646a57b87d",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "527ee5b9-ee69-48e3-b488-4eebe712478b"
},
"completedDate": "2026-09-06T04:49:54.6202121+00:00",
"id": "580cd985-4985-4cef-ad45-cb906634dc49",
"name": "sample string 4",
"jobTypeId": "ddca4820-f997-451c-8083-273547aed437",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-09-06T04:49:54.6202121Z",
"updatedDate": "2026-09-06T04:49:54.6202121Z",
"createdDate": "2026-09-06T04:49:54.6202121Z",
"scheduledDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"updatedDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"createdDateAndTimeOffset": "2026-09-06T04:49:54.6202121+00:00",
"parentJobId": "59ffe5de-29d8-41a2-b7fd-a9b6d459d7c5",
"jobCategoryId": "7dca1110-b524-475f-812b-cab574147fa3"
}
]
text/html
Sample:
[{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"c81e8d5f-2d89-414a-8d0f-6f89f4bfbe93","address1":"sample string 1","address2":"sample string 2","address3":"sample string 3","address4":"sample string 4","city":"sample string 5","county":"sample string 6","country":"sample string 7","zip":"sample string 8"},"allocatedTo":{"id":"b4952489-4740-4f32-ac66-ec646a57b87d","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"527ee5b9-ee69-48e3-b488-4eebe712478b"},"completedDate":"2026-09-06T04:49:54.6202121+00:00","id":"580cd985-4985-4cef-ad45-cb906634dc49","name":"sample string 4","jobTypeId":"ddca4820-f997-451c-8083-273547aed437","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-09-06T04:49:54.6202121Z","updatedDate":"2026-09-06T04:49:54.6202121Z","createdDate":"2026-09-06T04:49:54.6202121Z","scheduledDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","updatedDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","createdDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","parentJobId":"59ffe5de-29d8-41a2-b7fd-a9b6d459d7c5","jobCategoryId":"7dca1110-b524-475f-812b-cab574147fa3"},{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"c81e8d5f-2d89-414a-8d0f-6f89f4bfbe93","address1":"sample string 1","address2":"sample string 2","address3":"sample string 3","address4":"sample string 4","city":"sample string 5","county":"sample string 6","country":"sample string 7","zip":"sample string 8"},"allocatedTo":{"id":"b4952489-4740-4f32-ac66-ec646a57b87d","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"527ee5b9-ee69-48e3-b488-4eebe712478b"},"completedDate":"2026-09-06T04:49:54.6202121+00:00","id":"580cd985-4985-4cef-ad45-cb906634dc49","name":"sample string 4","jobTypeId":"ddca4820-f997-451c-8083-273547aed437","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-09-06T04:49:54.6202121Z","updatedDate":"2026-09-06T04:49:54.6202121Z","createdDate":"2026-09-06T04:49:54.6202121Z","scheduledDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","updatedDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","createdDateAndTimeOffset":"2026-09-06T04:49:54.6202121+00:00","parentJobId":"59ffe5de-29d8-41a2-b7fd-a9b6d459d7c5","jobCategoryId":"7dca1110-b524-475f-812b-cab574147fa3"}]