Get a single custom attribute
Get a single custom attribute using this method.
Please log in to see full path URL. Learn why.
get
/people/2/customAttributes/{name}
Authorizations:
Scopes:
Request rate limit:
5 requests / second (per account)
path Parameters
name required | string Example: Contract Expiry Date Name of the attribute. |
Responses
default
successful response
401
Unauthorized
403
Forbidden
404
Not Found
429
Too Many Requests
4XX
Error responses
500
Internal Server Error
5XX
Error responses
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/people/2/customAttributes/Contract Expiry Date' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- default
- 401
- 403
- 404
- 429
- 4XX
- 500
- 5XX
Content type
application/json
Copy
Collapse all {- "createdAt": "2019-02-25T12:46:06",
- "modifiedAt": "2019-02-25T12:46:06",
- "name": "Contract Expiry Date",
- "dataType": "DATE"
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See