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": "9df65ccd-24b4-4a3c-9c24-65c5076b6ebf",
"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": "1dfbf598-31a5-4c87-be22-2de15f9a593d",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "d2db393b-752c-41ab-b348-c72a4ed6ce4d"
},
"completedDate": "2026-07-25T23:23:23.3503032+00:00",
"id": "e6cfeaf1-6490-4172-875e-9d5e928abdaf",
"name": "sample string 4",
"jobTypeId": "6fe81914-b0eb-497c-a07d-7e2ee70499ca",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-07-25T23:23:23.3503032Z",
"updatedDate": "2026-07-25T23:23:23.3503032Z",
"createdDate": "2026-07-25T23:23:23.3503032Z",
"scheduledDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"updatedDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"createdDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"parentJobId": "1dce0f54-d507-4a45-8440-4ee6f4eaa264",
"jobCategoryId": "33712b2d-9cb1-4ec7-99b6-3d96f7360bd2"
},
{
"clientName": "sample string 1",
"siteName": "sample string 2",
"siteAddress": {
"id": "9df65ccd-24b4-4a3c-9c24-65c5076b6ebf",
"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": "1dfbf598-31a5-4c87-be22-2de15f9a593d",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"state": {
"name": "sample string 1",
"id": "d2db393b-752c-41ab-b348-c72a4ed6ce4d"
},
"completedDate": "2026-07-25T23:23:23.3503032+00:00",
"id": "e6cfeaf1-6490-4172-875e-9d5e928abdaf",
"name": "sample string 4",
"jobTypeId": "6fe81914-b0eb-497c-a07d-7e2ee70499ca",
"tenantNumericCode": 6,
"numericCode": 7,
"externalReference": "sample string 8",
"timeInMinutes": 9,
"jobReferenceCode": "6-7",
"scheduledDate": "2026-07-25T23:23:23.3503032Z",
"updatedDate": "2026-07-25T23:23:23.3503032Z",
"createdDate": "2026-07-25T23:23:23.3503032Z",
"scheduledDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"updatedDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"createdDateAndTimeOffset": "2026-07-25T23:23:23.3503032+00:00",
"parentJobId": "1dce0f54-d507-4a45-8440-4ee6f4eaa264",
"jobCategoryId": "33712b2d-9cb1-4ec7-99b6-3d96f7360bd2"
}
]
text/html
Sample:
[{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"9df65ccd-24b4-4a3c-9c24-65c5076b6ebf","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":"1dfbf598-31a5-4c87-be22-2de15f9a593d","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"d2db393b-752c-41ab-b348-c72a4ed6ce4d"},"completedDate":"2026-07-25T23:23:23.3503032+00:00","id":"e6cfeaf1-6490-4172-875e-9d5e928abdaf","name":"sample string 4","jobTypeId":"6fe81914-b0eb-497c-a07d-7e2ee70499ca","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-07-25T23:23:23.3503032Z","updatedDate":"2026-07-25T23:23:23.3503032Z","createdDate":"2026-07-25T23:23:23.3503032Z","scheduledDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","updatedDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","createdDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","parentJobId":"1dce0f54-d507-4a45-8440-4ee6f4eaa264","jobCategoryId":"33712b2d-9cb1-4ec7-99b6-3d96f7360bd2"},{"clientName":"sample string 1","siteName":"sample string 2","siteAddress":{"id":"9df65ccd-24b4-4a3c-9c24-65c5076b6ebf","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":"1dfbf598-31a5-4c87-be22-2de15f9a593d","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"state":{"name":"sample string 1","id":"d2db393b-752c-41ab-b348-c72a4ed6ce4d"},"completedDate":"2026-07-25T23:23:23.3503032+00:00","id":"e6cfeaf1-6490-4172-875e-9d5e928abdaf","name":"sample string 4","jobTypeId":"6fe81914-b0eb-497c-a07d-7e2ee70499ca","tenantNumericCode":6,"numericCode":7,"externalReference":"sample string 8","timeInMinutes":9,"jobReferenceCode":"6-7","scheduledDate":"2026-07-25T23:23:23.3503032Z","updatedDate":"2026-07-25T23:23:23.3503032Z","createdDate":"2026-07-25T23:23:23.3503032Z","scheduledDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","updatedDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","createdDateAndTimeOffset":"2026-07-25T23:23:23.3503032+00:00","parentJobId":"1dce0f54-d507-4a45-8440-4ee6f4eaa264","jobCategoryId":"33712b2d-9cb1-4ec7-99b6-3d96f7360bd2"}]