GET /reference_data_collections/set_entries/{id}

Get a set entry

Table 1. GET /reference_data_collections/set_entries/{id} resource details
MIME Type

application/json

Table 2. GET /reference_data_collections/set_entries/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

- The ID for the Set Entry

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3. GET /reference_data_collections/set_entries/{id} response codes
HTTP Response Code Unique Code Description

404

25000

The ID doesn't exist

500

110000

Some unspecified error occurred

Response Description

200 plus the Set Entry Structure DTO

Response Sample


{
    "collection_id": 42,
    "delete_entry": true,
    "domain_id": 42,
    "first_seen": 42,
    "id": 42,
    "last_seen": 42,
    "notes": "String",
    "source": "String",
    "value": "String"
}