Read core values for the current user's site. PM
|
siteId
globally unique identifier
Required
ID of the site. |
None.
|
ID
globally unique identifier
Required on Update
ID of the given core value. |
|
Value
string
Required
Value of the given core value. |
|
Description
string
Required
Description of the given core value. |
|
Rank
integer
Required
Rank of the given core value. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for given the core value. |
<CoreValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>12cf31a1-201e-4f02-a7ff-1fe3dfa4bb97</ID> <Value>sample string 2</Value> <Description>sample string 3</Description> <Rank>1</Rank> <SiteID>ed753a17-3203-456b-b04d-9b98630619bb</SiteID> </CoreValue>
{
"ID": "12cf31a1-201e-4f02-a7ff-1fe3dfa4bb97",
"Value": "sample string 2",
"Description": "sample string 3",
"Rank": 1,
"SiteID": "ed753a17-3203-456b-b04d-9b98630619bb"
}