Operation: List Schedules
The List Schedules
operation lists all schedules within the X4 repository.
Example
Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Schedules>
<Schedule>
<Id>f30c0ce7-fbc5-4988-81d4-7de74cb4dca8</Id>
<RepositoryName>1</RepositoryName>
<ProjectName>MyProject</ProjectName>
</Schedule>
</Schedules>
The following elements can be included in the output:
Element | Description |
---|---|
Id | UUID of the project in which the scheduler .schedule is located. |
RepositoryName | Name of the X4 Repository folder |
ProjectName | Name of the project in the X4 repository |