GET api/Environment/{envName}/Scheduled
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
envName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupedScheduleJobName | Description | Type | Additional information |
---|---|---|---|
SiteCode | string |
None. |
|
FeedName | string |
None. |
|
FeedType | string |
None. |
|
PimType | string |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
RepeatEveryMinutes | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "siteCode": "sample string 1", "feedName": "sample string 2", "feedType": "sample string 3", "pimType": "sample string 4", "startTime": "2025-08-18T08:01:11.3920103+00:00", "endTime": "2025-08-18T08:01:11.3920103+00:00", "repeatEveryMinutes": 6 }, { "siteCode": "sample string 1", "feedName": "sample string 2", "feedType": "sample string 3", "pimType": "sample string 4", "startTime": "2025-08-18T08:01:11.3920103+00:00", "endTime": "2025-08-18T08:01:11.3920103+00:00", "repeatEveryMinutes": 6 } ]
application/xml, text/xml
Sample:
<ArrayOfGroupedScheduleJob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedConfig.Repository.Models"> <GroupedScheduleJob> <EndTime>2025-08-18T08:01:11.3920103+00:00</EndTime> <FeedName>sample string 2</FeedName> <FeedType>sample string 3</FeedType> <PimType>sample string 4</PimType> <RepeatEveryMinutes>6</RepeatEveryMinutes> <SiteCode>sample string 1</SiteCode> <StartTime>2025-08-18T08:01:11.3920103+00:00</StartTime> </GroupedScheduleJob> <GroupedScheduleJob> <EndTime>2025-08-18T08:01:11.3920103+00:00</EndTime> <FeedName>sample string 2</FeedName> <FeedType>sample string 3</FeedType> <PimType>sample string 4</PimType> <RepeatEveryMinutes>6</RepeatEveryMinutes> <SiteCode>sample string 1</SiteCode> <StartTime>2025-08-18T08:01:11.3920103+00:00</StartTime> </GroupedScheduleJob> </ArrayOfGroupedScheduleJob>