Global Dictionary REST Endpoints

Global Dictionary
The Global Dictionary REST API services support retrieving, updating, and deleting the values in the global dictionary defined for a site.
Add or Update Global Dictionary Key Values
Method: post
Path: /rest/v16/globalDict
Delete a Global Dictionary Key Value
Method: delete
Path: /rest/v16/globalDict/{key}
Get All Global Dictionary Key Values
Method: get
Path: /rest/v16/globalDict
Get Global Dictionary Key Value
Method: get
Path: /rest/v16/globalDict/{key}