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": "1253da51-86d5-4a78-9c69-7f211aaab4e3",
"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": "e3c2e692-13a3-4ba0-b818-4a4ca33e132f",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "99075691-e5bf-4d21-8c36-5bbcbf07a02e"
},
"completedDate": "2026-02-27T04:00:59.4058778+00:00",
"id": "86b0322e-2cae-4d77-85cd-2abd9719711f",
"name": "sample string 4",
"jobTypeId": "26e868a4-d8b3-48db-a206-80db25ec123d",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-02-27T04:00:59.4058778Z",
"updatedDate": "2026-02-27T04:00:59.4058778Z",
"createdDate": "2026-02-27T04:00:59.4058778Z",
"scheduledDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"updatedDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"createdDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"parentJobId": "e96d0e45-aaf8-4506-ac23-52fb19cf1fdf",
"jobCategoryId": "f5cd2f5e-0405-4019-9cef-5affbda03874"
},
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "1253da51-86d5-4a78-9c69-7f211aaab4e3",
"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": "e3c2e692-13a3-4ba0-b818-4a4ca33e132f",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "99075691-e5bf-4d21-8c36-5bbcbf07a02e"
},
"completedDate": "2026-02-27T04:00:59.4058778+00:00",
"id": "86b0322e-2cae-4d77-85cd-2abd9719711f",
"name": "sample string 4",
"jobTypeId": "26e868a4-d8b3-48db-a206-80db25ec123d",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-02-27T04:00:59.4058778Z",
"updatedDate": "2026-02-27T04:00:59.4058778Z",
"createdDate": "2026-02-27T04:00:59.4058778Z",
"scheduledDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"updatedDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"createdDateAndTimeOffset": "2026-02-27T04:00:59.4058778+00:00",
"parentJobId": "e96d0e45-aaf8-4506-ac23-52fb19cf1fdf",
"jobCategoryId": "f5cd2f5e-0405-4019-9cef-5affbda03874"
}
]
text/html
Sample:
[{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"1253da51-86d5-4a78-9c69-7f211aaab4e3","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":"e3c2e692-13a3-4ba0-b818-4a4ca33e132f","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"99075691-e5bf-4d21-8c36-5bbcbf07a02e"},"completedDate":"2026-02-27T04:00:59.4058778+00:00","id":"86b0322e-2cae-4d77-85cd-2abd9719711f","name":"sample string 4","jobTypeId":"26e868a4-d8b3-48db-a206-80db25ec123d","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-02-27T04:00:59.4058778Z","updatedDate":"2026-02-27T04:00:59.4058778Z","createdDate":"2026-02-27T04:00:59.4058778Z","scheduledDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","updatedDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","createdDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","parentJobId":"e96d0e45-aaf8-4506-ac23-52fb19cf1fdf","jobCategoryId":"f5cd2f5e-0405-4019-9cef-5affbda03874"},{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"1253da51-86d5-4a78-9c69-7f211aaab4e3","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":"e3c2e692-13a3-4ba0-b818-4a4ca33e132f","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"99075691-e5bf-4d21-8c36-5bbcbf07a02e"},"completedDate":"2026-02-27T04:00:59.4058778+00:00","id":"86b0322e-2cae-4d77-85cd-2abd9719711f","name":"sample string 4","jobTypeId":"26e868a4-d8b3-48db-a206-80db25ec123d","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-02-27T04:00:59.4058778Z","updatedDate":"2026-02-27T04:00:59.4058778Z","createdDate":"2026-02-27T04:00:59.4058778Z","scheduledDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","updatedDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","createdDateAndTimeOffset":"2026-02-27T04:00:59.4058778+00:00","parentJobId":"e96d0e45-aaf8-4506-ac23-52fb19cf1fdf","jobCategoryId":"f5cd2f5e-0405-4019-9cef-5affbda03874"}]