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": "2acbbd1b-8b60-4e45-a9e1-5437293490c2",
"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": "08e55fa5-1220-40be-b895-8d091c48ca12",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "22271cdb-bde5-4e2d-acd5-b35dac9337a7"
},
"completedDate": "2026-01-09T19:20:46.5819408+00:00",
"id": "dcd102e3-db9d-4e4a-a692-13b0c6fe0297",
"name": "sample string 4",
"jobTypeId": "aa98c3a2-3acc-4770-a4fb-7a23bfab2c0d",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-01-09T19:20:46.5819408Z",
"updatedDate": "2026-01-09T19:20:46.5819408Z",
"createdDate": "2026-01-09T19:20:46.5819408Z",
"scheduledDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"updatedDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"createdDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"parentJobId": "62019779-ea78-441b-981f-225aab54d86b",
"jobCategoryId": "95484156-7fd7-4825-b88d-d740211f3809"
},
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "2acbbd1b-8b60-4e45-a9e1-5437293490c2",
"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": "08e55fa5-1220-40be-b895-8d091c48ca12",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "22271cdb-bde5-4e2d-acd5-b35dac9337a7"
},
"completedDate": "2026-01-09T19:20:46.5819408+00:00",
"id": "dcd102e3-db9d-4e4a-a692-13b0c6fe0297",
"name": "sample string 4",
"jobTypeId": "aa98c3a2-3acc-4770-a4fb-7a23bfab2c0d",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-01-09T19:20:46.5819408Z",
"updatedDate": "2026-01-09T19:20:46.5819408Z",
"createdDate": "2026-01-09T19:20:46.5819408Z",
"scheduledDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"updatedDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"createdDateAndTimeOffset": "2026-01-09T19:20:46.5819408+00:00",
"parentJobId": "62019779-ea78-441b-981f-225aab54d86b",
"jobCategoryId": "95484156-7fd7-4825-b88d-d740211f3809"
}
]
text/html
Sample:
[{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"2acbbd1b-8b60-4e45-a9e1-5437293490c2","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":"08e55fa5-1220-40be-b895-8d091c48ca12","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"22271cdb-bde5-4e2d-acd5-b35dac9337a7"},"completedDate":"2026-01-09T19:20:46.5819408+00:00","id":"dcd102e3-db9d-4e4a-a692-13b0c6fe0297","name":"sample string 4","jobTypeId":"aa98c3a2-3acc-4770-a4fb-7a23bfab2c0d","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-01-09T19:20:46.5819408Z","updatedDate":"2026-01-09T19:20:46.5819408Z","createdDate":"2026-01-09T19:20:46.5819408Z","scheduledDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","updatedDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","createdDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","parentJobId":"62019779-ea78-441b-981f-225aab54d86b","jobCategoryId":"95484156-7fd7-4825-b88d-d740211f3809"},{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"2acbbd1b-8b60-4e45-a9e1-5437293490c2","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":"08e55fa5-1220-40be-b895-8d091c48ca12","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"22271cdb-bde5-4e2d-acd5-b35dac9337a7"},"completedDate":"2026-01-09T19:20:46.5819408+00:00","id":"dcd102e3-db9d-4e4a-a692-13b0c6fe0297","name":"sample string 4","jobTypeId":"aa98c3a2-3acc-4770-a4fb-7a23bfab2c0d","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-01-09T19:20:46.5819408Z","updatedDate":"2026-01-09T19:20:46.5819408Z","createdDate":"2026-01-09T19:20:46.5819408Z","scheduledDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","updatedDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","createdDateAndTimeOffset":"2026-01-09T19:20:46.5819408+00:00","parentJobId":"62019779-ea78-441b-981f-225aab54d86b","jobCategoryId":"95484156-7fd7-4825-b88d-d740211f3809"}]