List form definitions by tenant.
GET {{baseUrl}}/form-definitions/export
No parameters required.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Offset |
Integer specifying the offset of the first result from the beginning of the collection. The standard syntax described in V3 API Standard Collection Parameters.
The offset value is record-based, not page-based, and the index starts at 0. |
| limit
| number | | Limit
Integer specifying the maximum number of records to return in a single API call. The standard syntax described in V3 API Standard Collection Parameters.
If it is not specified, a default limit is used. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
name: eq, gt, sw, in
description: eq, gt, sw, in
created: eq, gt, sw, in
modified: eq, gt, sw, in |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: name, description, created, modified |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"object":{"id":"00000000-0000-0000-0000-000000000000","name":"My form","description":"My form description","owner":{"type":"IDENTITY","id":"2c9180867624cbd7017642d8c8c81f67","name":"Grant Smith"},"usedBy":[{"type":"WORKFLOW","id":"61940a92-5484-42bc-bc10-b9982b218cdf","name":"Access Request Form"},{"type":"WORKFLOW","id":"61940a92-5484-42bc-bc10-b9982b218cdf","name":"Access Request Form"}],"formInput":[{"id":"00000000-0000-0000-0000-000000000000","type":"STRING","label":"input1","description":"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic"},{"id":"00000000-0000-0000-0000-000000000000","type":"STRING","label":"input1","description":"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic"}],"formElements":[{"id":"00000000-0000-0000-0000-000000000000","elementType":"TEXT","config":{"label":"Department"},"key":"department","validations":[{"validationType":"REQUIRED"},{"validationType":"REQUIRED"}]},{"id":"00000000-0000-0000-0000-000000000000","elementType":"TEXT","config":{"label":"Department"},"key":"department","validations":[{"validationType":"REQUIRED"},{"validationType":"REQUIRED"}]}],"formConditions":[{"ruleOperator":"AND","rules":[{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"},{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"}],"effects":[{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"commodo proident"}},{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"sunt sed voluptat"}}]},{"ruleOperator":"AND","rules":[{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"},{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"}],"effects":[{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"magna"}},{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"vol"}}]}],"created":"2023-07-12T20:14:57.74486Z","modified":"2023-07-12T20:14:57.74486Z"},"self":"dolore dolor occaecat quis","version":58931761},{"object":{"id":"00000000-0000-0000-0000-000000000000","name":"My form","description":"My form description","owner":{"type":"IDENTITY","id":"2c9180867624cbd7017642d8c8c81f67","name":"Grant Smith"},"usedBy":[{"type":"WORKFLOW","id":"61940a92-5484-42bc-bc10-b9982b218cdf","name":"Access Request Form"},{"type":"WORKFLOW","id":"61940a92-5484-42bc-bc10-b9982b218cdf","name":"Access Request Form"}],"formInput":[{"id":"00000000-0000-0000-0000-000000000000","type":"STRING","label":"input1","description":"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic"},{"id":"00000000-0000-0000-0000-000000000000","type":"STRING","label":"input1","description":"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic"}],"formElements":[{"id":"00000000-0000-0000-0000-000000000000","elementType":"TEXT","config":{"label":"Department"},"key":"department","validations":[{"validationType":"REQUIRED"},{"validationType":"REQUIRED"}]},{"id":"00000000-0000-0000-0000-000000000000","elementType":"TEXT","config":{"label":"Department"},"key":"department","validations":[{"validationType":"REQUIRED"},{"validationType":"REQUIRED"}]}],"formConditions":[{"ruleOperator":"AND","rules":[{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"},{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"}],"effects":[{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"est amet dolor laboris quis"}},{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"ea aliqua dolor do"}}]},{"ruleOperator":"AND","rules":[{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"},{"sourceType":"ELEMENT","source":"department","operator":"EQ","valueType":"STRING","value":"Engineering"}],"effects":[{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"in labore laborum"}},{"effectType":"HIDE","config":{"defaultValueLabel":"Access to Remove","element":"ut eiusmod amet dolore officia"}}]}],"created":"2023-07-12T20:14:57.74486Z","modified":"2023-07-12T20:14:57.74486Z"},"self":"dolore commodo","version":10897219}]