{
	"id": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
	"name": "BAS Image Collection API - Version 1",
	"description": "",
	"order": [
		"958a4167-6d66-f7d2-0654-f4461bd15d02"
	],
	"folders": [
		{
			"id": "a01b392c-c4f4-6892-10eb-a3bf9ab93e8a",
			"name": "Photograph",
			"description": "Photographs represent meta-data and references to representations of a single image within the Image Collection.",
			"order": [
				"8a836fe0-785b-b7e1-a9ca-6362aed2a593",
				"d058dafa-acbd-2374-235e-f02557a0a8d1"
			],
			"collection_name": "BAS Image Collection API - Version 1",
			"collection_id": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10"
		},
		{
			"id": "5b966df7-e354-c458-ac5a-e0b0db0a181c",
			"name": "Search",
			"description": "Methods for searching for resources that meet given criteria.",
			"order": [
				"404b28dc-c838-634d-f02b-0fcb8d4dc96e"
			],
			"collection_name": "BAS Image Collection API - Version 1",
			"collection_id": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10"
		},
		{
			"id": "c5dd842a-7c7b-4336-c773-37e76621f78f",
			"name": "Token",
			"description": "Tokens represent a valid user for a specific period of time for the purposes of authentication.",
			"order": [
				"c7e9ca8f-5a71-fa48-53d1-6ea9d9adf4c7",
				"c94adcb7-1802-1995-c2a1-ae371b2d2b44"
			],
			"collection_name": "BAS Image Collection API - Version 1",
			"collection_id": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10"
		}
	],
	"timestamp": 1422896760617,
	"synced": false,
	"remoteLink": "",
	"requests": [
		{
			"id": "404b28dc-c838-634d-f02b-0fcb8d4dc96e",
			"headers": "Accept: application/json\nContent-Type: application/json\nAuthorization: Bearer API-TOKEN\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/search/RESOURCE/SEARCH-TERMS",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738402224,
			"name": "Search for resources",
			"description": "Returns a listing of all resources whose properties match a number of search terms ordered by their ID in ascending order.\n\nTo use:\n\n* Replace **RESOURCE** with a resource which can be searched\n* Replace **SEARCH-TERMS** with a comma separated list of search terms [1]\n* Replace **API-TOKEN** with a valid API token\n\n[1] [1] Note: If searching on the `photographs` resource and enter a field season (i.e. `1989/1990`) as a search term you \n**must**  replace forward slashes (`/`) with hyphens (`-`). The API will automatically covert these back to slashes \nwhen searching.",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false
		},
		{
			"id": "8a836fe0-785b-b7e1-a9ca-6362aed2a593",
			"headers": "Accept: application/json\nContent-Type: application/json\nAuthorization: Bearer API-TOKEN\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/photographs",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738416415,
			"name": "Request all photographs",
			"description": "Requests a listing of every photograph.\n\nTo use:\n\n* Replace **API-TOKEN** with a valid API token\n",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false
		},
		{
			"id": "958a4167-6d66-f7d2-0654-f4461bd15d02",
			"headers": "Accept: application/json\nContent-Type: application/json\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/heartbeat",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "OPTIONS",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738380422,
			"name": "Get API heartbeat",
			"description": "Returns a successful response if the API is currently available.",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false
		},
		{
			"id": "c7e9ca8f-5a71-fa48-53d1-6ea9d9adf4c7",
			"headers": "Accept: application/json\nContent-Type: application/json\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/tokens",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "POST",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738394838,
			"name": "Request new API token",
			"description": "Requests a new API token using a specified user account.\n\nTo use replace **USERNAME** and **PASSWORD** with the credentials of a valid API user account.\n",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false,
			"rawModeData": "{\n  \"username\": \"USERNAME\",\n  \"password\": \"PASSWORD\"\n}"
		},
		{
			"id": "c94adcb7-1802-1995-c2a1-ae371b2d2b44",
			"headers": "Accept: application/json\nContent-Type: application/json\nAuthorization: Bearer API-TOKEN\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/tokens",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "DELETE",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738388333,
			"name": "Blacklist API Token",
			"description": "Blacklists a non-expired API token to prevent any further use.\n\nTo use:\n\n* Replace **API-TOKEN** with a valid API token\n",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false
		},
		{
			"id": "d058dafa-acbd-2374-235e-f02557a0a8d1",
			"headers": "Accept: application/json\nContent-Type: application/json\nAuthorization: Bearer API-TOKEN\n",
			"url": "https://api.bas.ac.uk/image-collection/v1/photographs/REFERENCE",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1423738422897,
			"name": "Request a photograph  (by id)",
			"description": "Requests a specific photograph by its identifier.\n\nTo use:\n\n* Replace **REFERENCE** with the identifier of a valid photograph\n* Replace **API-TOKEN** with a valid API token\n",
			"collectionId": "881a9f9d-a8e7-e92b-20f1-4db4a4682a10",
			"responses": [],
			"synced": false
		}
	]
}