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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts
Delete a credential layout attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID}
Get a credential layout attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID}
Get all credential layout attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts
Update a credential layout attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialLayouts/{publicSectorCredentialLayoutsUniqID}