GET api/monitoringvisits/whatsdue/recurrencesduetogeneratejobs/search?skip={skip}&take={take}&includeSuspended={includeSuspended}&dateFrom={dateFrom}&dateTo={dateTo}&searchString={searchString}
Searches for recurrences which are due to generate jobs.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip |
Skip over this numnber of elements in the search results (e.g. 10 will discard the first 10 search results). |
integer |
Required |
| take |
Return this number of elements in the search results (e.g. 50 will return 50 results). |
integer |
Required |
| includeSuspended |
Set to true if we want to include suspended recurrences. |
boolean |
Required |
| dateFrom |
Search for recurrences which are going to generate jobs on or after this DateTime. |
date |
Required |
| dateTo |
Search for recurrences which are going to generate jobs on or before this DateTime. |
date |
Required |
| searchString |
Search for recurrences with this searchString. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
An array of job recurrences and the total count.
API.Domain.ViewModels.JobRecurrence.JobRecurrencePage| Name | Description | Type | Additional information |
|---|---|---|---|
| JobRecurrenceCount | integer |
None. |
|
| JobRecurrenceListItems | Collection of API.Domain.ViewModels.JobRecurrence.JobRecurrenceListItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"jobRecurrenceCount": 1,
"jobRecurrenceListItems": [
{
"id": "48286141-b974-4ac6-88d0-49e6e47a5a54",
"name": "sample string 2",
"site": "sample string 3",
"contact": {
"id": "443e7bb4-f274-4897-a11e-d950275664bb",
"firstName": "sample string 2",
"lastName": "sample string 3",
"contactTypeName": "sample string 4"
},
"user": {
"id": "ee9b296a-aca4-4998-9b2b-bdfedd767590",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"lastDate": "2026-06-02T00:35:07.1235971Z",
"nextDate": "2026-06-02T00:35:07.1235971Z",
"lastDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"nextDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"lastCompletedDate": "2026-06-02T00:35:07.1235971Z",
"lastCompletedDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"jobTypeGroupId": "1a376994-b5e5-4634-a8b2-58539d6f1444",
"jobTypeName": "sample string 4",
"suspended": true
},
{
"id": "48286141-b974-4ac6-88d0-49e6e47a5a54",
"name": "sample string 2",
"site": "sample string 3",
"contact": {
"id": "443e7bb4-f274-4897-a11e-d950275664bb",
"firstName": "sample string 2",
"lastName": "sample string 3",
"contactTypeName": "sample string 4"
},
"user": {
"id": "ee9b296a-aca4-4998-9b2b-bdfedd767590",
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"userTypeName": "sample string 5"
},
"lastDate": "2026-06-02T00:35:07.1235971Z",
"nextDate": "2026-06-02T00:35:07.1235971Z",
"lastDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"nextDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"lastCompletedDate": "2026-06-02T00:35:07.1235971Z",
"lastCompletedDateOffset": "2026-06-02T00:35:07.1235971+00:00",
"jobTypeGroupId": "1a376994-b5e5-4634-a8b2-58539d6f1444",
"jobTypeName": "sample string 4",
"suspended": true
}
]
}
text/html
Sample:
{"jobRecurrenceCount":1,"jobRecurrenceListItems":[{"id":"48286141-b974-4ac6-88d0-49e6e47a5a54","name":"sample string 2","site":"sample string 3","contact":{"id":"443e7bb4-f274-4897-a11e-d950275664bb","firstName":"sample string 2","lastName":"sample string 3","contactTypeName":"sample string 4"},"user":{"id":"ee9b296a-aca4-4998-9b2b-bdfedd767590","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"lastDate":"2026-06-02T00:35:07.1235971Z","nextDate":"2026-06-02T00:35:07.1235971Z","lastDateOffset":"2026-06-02T00:35:07.1235971+00:00","nextDateOffset":"2026-06-02T00:35:07.1235971+00:00","lastCompletedDate":"2026-06-02T00:35:07.1235971Z","lastCompletedDateOffset":"2026-06-02T00:35:07.1235971+00:00","jobTypeGroupId":"1a376994-b5e5-4634-a8b2-58539d6f1444","jobTypeName":"sample string 4","suspended":true},{"id":"48286141-b974-4ac6-88d0-49e6e47a5a54","name":"sample string 2","site":"sample string 3","contact":{"id":"443e7bb4-f274-4897-a11e-d950275664bb","firstName":"sample string 2","lastName":"sample string 3","contactTypeName":"sample string 4"},"user":{"id":"ee9b296a-aca4-4998-9b2b-bdfedd767590","firstName":"sample string 2","lastName":"sample string 3","email":"sample string 4","userTypeName":"sample string 5"},"lastDate":"2026-06-02T00:35:07.1235971Z","nextDate":"2026-06-02T00:35:07.1235971Z","lastDateOffset":"2026-06-02T00:35:07.1235971+00:00","nextDateOffset":"2026-06-02T00:35:07.1235971+00:00","lastCompletedDate":"2026-06-02T00:35:07.1235971Z","lastCompletedDateOffset":"2026-06-02T00:35:07.1235971+00:00","jobTypeGroupId":"1a376994-b5e5-4634-a8b2-58539d6f1444","jobTypeName":"sample string 4","suspended":true}]}