Credential Attributes REST Endpoints

Common Setup/Credential Attributes
The credential attributes resource is used to view, add, delete, and modify information for a credential attribute.
Create a set of credential attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes
Delete a credential attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID}
Get a credential attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID}
Get all credential attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes
Update a credential attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCredentialAttributes/{publicSectorCredentialAttributesUniqID}