RefWire API Explorer
Explore and interact with the API endpoints for items on your RefWire server
This is your RefWire server Url.
This ID will be used in the API request path.
This is your api key if ApiKey security is on.
GET /datasets/{datasetId}/items/{skip}/{take} List dataset items
Parameters
Number of items to skip (for pagination).
Maximum number of items to return.
Comma-separated list of fields to include.
Comma-separated list of links to include.
GET /datasets/{datasetId}/items/{itemId} Get item by ID
Parameters
The unique identifier of the item to retrieve.
POST /datasets/{datasetId}/items/search-by-ids Search items by list of IDs
Parameters
Comma-separated list of fields to include.
Comma-separated list of links to include.
Request body: A JSON array of item IDs (strings).
GET /datasets/{datasetId}/items/{skip}/{take}/search Search items by term
Parameters
Number of items to skip.
Maximum number of items to return.
The term to search for (usually in the default name field).
Comma-separated list of fields to include.
Comma-separated list of links to include.