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": "75b3a14f-f5ed-46b8-978a-e1e28c137562",
"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": "93167358-4c00-4cb4-9c12-959908935fc4",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "e76530d8-ce36-41f8-affb-787c06164b73"
},
"completedDate": "2026-04-15T00:18:10.6057707+00:00",
"id": "8096de9a-267c-465b-b43f-f88f2861ce05",
"name": "sample string 4",
"jobTypeId": "784daab6-9c0f-4323-8746-77ed24fcceea",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-04-15T00:18:10.6057707Z",
"updatedDate": "2026-04-15T00:18:10.6057707Z",
"createdDate": "2026-04-15T00:18:10.6057707Z",
"scheduledDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"updatedDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"createdDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"parentJobId": "590e4232-f1c0-40de-9fcc-ec9a0454b781",
"jobCategoryId": "9c6081fa-1590-4761-a83d-6cc95101589c"
},
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "75b3a14f-f5ed-46b8-978a-e1e28c137562",
"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": "93167358-4c00-4cb4-9c12-959908935fc4",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "e76530d8-ce36-41f8-affb-787c06164b73"
},
"completedDate": "2026-04-15T00:18:10.6057707+00:00",
"id": "8096de9a-267c-465b-b43f-f88f2861ce05",
"name": "sample string 4",
"jobTypeId": "784daab6-9c0f-4323-8746-77ed24fcceea",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-04-15T00:18:10.6057707Z",
"updatedDate": "2026-04-15T00:18:10.6057707Z",
"createdDate": "2026-04-15T00:18:10.6057707Z",
"scheduledDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"updatedDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"createdDateAndTimeOffset": "2026-04-15T00:18:10.6057707+00:00",
"parentJobId": "590e4232-f1c0-40de-9fcc-ec9a0454b781",
"jobCategoryId": "9c6081fa-1590-4761-a83d-6cc95101589c"
}
]
text/html
Sample:
[{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"75b3a14f-f5ed-46b8-978a-e1e28c137562","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":"93167358-4c00-4cb4-9c12-959908935fc4","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"e76530d8-ce36-41f8-affb-787c06164b73"},"completedDate":"2026-04-15T00:18:10.6057707+00:00","id":"8096de9a-267c-465b-b43f-f88f2861ce05","name":"sample string 4","jobTypeId":"784daab6-9c0f-4323-8746-77ed24fcceea","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-04-15T00:18:10.6057707Z","updatedDate":"2026-04-15T00:18:10.6057707Z","createdDate":"2026-04-15T00:18:10.6057707Z","scheduledDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","updatedDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","createdDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","parentJobId":"590e4232-f1c0-40de-9fcc-ec9a0454b781","jobCategoryId":"9c6081fa-1590-4761-a83d-6cc95101589c"},{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"75b3a14f-f5ed-46b8-978a-e1e28c137562","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":"93167358-4c00-4cb4-9c12-959908935fc4","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"e76530d8-ce36-41f8-affb-787c06164b73"},"completedDate":"2026-04-15T00:18:10.6057707+00:00","id":"8096de9a-267c-465b-b43f-f88f2861ce05","name":"sample string 4","jobTypeId":"784daab6-9c0f-4323-8746-77ed24fcceea","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-04-15T00:18:10.6057707Z","updatedDate":"2026-04-15T00:18:10.6057707Z","createdDate":"2026-04-15T00:18:10.6057707Z","scheduledDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","updatedDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","createdDateAndTimeOffset":"2026-04-15T00:18:10.6057707+00:00","parentJobId":"590e4232-f1c0-40de-9fcc-ec9a0454b781","jobCategoryId":"9c6081fa-1590-4761-a83d-6cc95101589c"}]