uiproperties clientmetadata (http://api.3plcentral.com/rels/uiproperties/clientmetadata)
Resource:
custom storage of client-specific metadata, such as UI preferences, none of which controls internal business logic
C# Rel Const:
Rels.UiPropertySvc.ClientMetaData
URI template:
clientmetadatas/{name}{?scope,key}
Obtain URI from:
Success status: 200; ETag response header supplied; Response is cacheable
Name (* = required) Data Type Description
name * string
scope string
key string
Type Description
Scope string
Key string
Name string
Data string
Sample accept: application/hal+json
{
  "scope": "str",
  "key": "str",
  "name": "str",
  "data": "str"
}
If-Match request header required; Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
name * string
scope string
key string
Type Description
Scope string
Key string
Name string
Data string
Sample content-type: application/hal+json
{
  "scope": "str",
  "key": "str",
  "name": "str",
  "data": "str"
}
Type Description
Scope string
Key string
Name string
Data string
Sample accept: application/hal+json
{
  "scope": "str",
  "key": "str",
  "name": "str",
  "data": "str"
}
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
name * string
scope string
key string

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.