...
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
EffectiveDate | date | no | today | Export resource data as of this date. In other words, the export includes the resources' titles, locations, etc. as of this date. Also, if IncludeInactiveFlag is false, then only resources active as of this date are exported. |
IncludeInactiveFlag | boolean | no | false | If false then inactive resources are not exported. |
MaxRowsToReturn | int | no yes | 1000 | The maximum number of cards to be exported. Values greater than 1000 may fail due to system-enforced transaction time limits. |
IncludeResourceIdsAfter | int | no |
| Export is limited to resources whose internal Projector ID comes after this ID. To avoid skipping or duplicating exported items set this to the last ResourceId from the previous result set. |
OnlyCountRows | boolean | no | false | If true, then only the RowCount is returned. |
...