GET /reference_data_collections/set_entries/{id}
Get a set entry
MIME Type |
---|
application/json |
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. |
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"
}