{
	"info": {
		"_postman_id": "9ce1f2d1-d4ce-4cc0-8fad-0c976d80c58e",
		"name": "Research APIs",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "40508023"
	},
	"item": [
		{
			"name": "Research type lookup",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/api/{{language}}/LookUp/GetAllResearchTypes",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"LookUp",
						"GetAllResearchTypes"
					]
				}
			},
			"response": []
		},
		{
			"name": "Research areas lookup",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/api/{{language}}/LookUp/GetAllResearchAreas",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"LookUp",
						"GetAllResearchAreas"
					]
				}
			},
			"response": []
		},
		{
			"name": "Research List",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": []
				},
				"url": {
					"raw": "{{base_url}}/api/{{language}}/Publication/GetAllResearch",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"Publication",
						"GetAllResearch"
					]
				}
			},
			"response": []
		},
		{
			"name": "Research by id",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/api/{{language}}/Publication/GetResearchById/42d0bd8f-cc3f-4161-b7b6-251928bfdc5f",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"Publication",
						"GetResearchById",
						"42d0bd8f-cc3f-4161-b7b6-251928bfdc5f"
					]
				}
			},
			"response": []
		},
		{
			"name": "Author List",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/api/{{language}}/Publication/GetAllAuthor",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"Publication",
						"GetAllAuthor"
					]
				}
			},
			"response": []
		},
		{
			"name": "Author by id",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-Api-Key",
						"value": "{{x-Api-Key}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{base_url}}/api/{{language}}/Publication/GetAuthorById/2fb9316a-a2ec-4411-b2bf-4d8920f3937x",
					"host": [
						"{{base_url}}"
					],
					"path": [
						"api",
						"{{language}}",
						"Publication",
						"GetAuthorById",
						"2fb9316a-a2ec-4411-b2bf-4d8920f3937x"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "base_url",
			"value": "https://publications.space.gov.ae",
			"type": "string"
		},
		{
			"key": "x-Api-Key",
			"value": "{x-Api-Key}",
			"type": "string"
		},
		{
			"key": "language",
			"value": "en",
			"type": "string"
		}
	]
}