Credential Layouts REST Endpoints
Common Setup/Credential Layouts
The credential layouts resource is used to view, add, delete, and modify attributes for credential layout.
- Create a set of credential layout attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts - Delete a credential layout attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID} - Get a credential layout attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID} - Get all credential layout attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts - Update a credential layout attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID}