Retrieve a Label
get
/api/v2/labels/{id}/
Make GET request to this resource to retrieve a single label record containing the following fields:
id
: Database ID for this label. (integer)type
: Data type for this label. (choice)url
: URL for this label. (string)related
: Data structure with URLs of related resources. (object)summary_fields
: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created
: Timestamp when this label was created. (datetime)modified
: Timestamp when this label was last modified. (datetime)name
: Name of this label. (string)organization
: Organization this label belongs to. (id)
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : Label
Type:
Show Source
object
-
created:
string
Title:
Created
Read Only:true
-
id:
integer
Title:
ID
Read Only:true
-
modified:
string
Title:
Modified
Read Only:true
-
name(required):
string
Title:
Name
Minimum Length:1
Maximum Length:512
-
organization(required):
integer
Title:
Organization
Organization this label belongs to. - related: string
-
summary_fields:
string
Title:
Summary fields
Read Only:true
-
type:
string
Title:
Type
Read Only:true
-
url:
string
Title:
Url
Read Only:true