{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "assets",
                            "description": "",
                            "item": [
                                {
                                    "id": "faee9984-9d68-4193-a90a-d4806fc090ed",
                                    "name": "List assets",
                                    "request": {
                                        "name": "List assets",
                                        "description": {
                                            "content": "Paginated assets list with natural-key filters, sort, and fuzzy search",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assets"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "50"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "min 0",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by location natural key (may repeat)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "location",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by type",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "type",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "fuzzy search on name / identifier / description",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated; prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "51a0e1c3-ba82-44d6-9eb2-aa2544ca2f9c",
                                            "name": "envelope with data / limit / offset / total_count",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name / identifier / description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b96811a-55c2-47ae-8229-cb4ae754c39a",
                                            "name": "Bad Request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name / identifier / description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "95881e69-31b4-4d41-8cb2-1b4c891d2036",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name / identifier / description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e83f6237-5a69-45a8-8b95-534f38554c0d",
                                            "name": "Forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name / identifier / description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9cdf09e1-71d7-4e8e-b9ae-06a339c068a4",
                                            "name": "Internal Server Error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name / identifier / description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{identifier}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f6b64208-cd1b-46e8-860a-845624e0acd2",
                                            "name": "Get asset by natural identifier",
                                            "request": {
                                                "name": "Get asset by natural identifier",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset identifier (natural key)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e968340e-a5c9-4537-a262-b0737d89d99c",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b615ab92-1e0b-43f3-b39b-db24c6376903",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0471bb2-7da0-4d9c-8aa4-eb6a5061f847",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c5991336-f6b8-4d9a-9c88-ed5499e9e8db",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a0784774-c568-4b1e-9440-27dd7487475b",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "history",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9415aa7d-e6dd-4fd7-8da2-6ebb6cc549d0",
                                                    "name": "Asset movement history",
                                                    "request": {
                                                        "name": "Asset movement history",
                                                        "description": {
                                                            "content": "Location history for an asset identified by its natural key.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier",
                                                                "history"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 start timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "from",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 end timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "to",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2c6a781a-e616-4c44-a903-3d0def16e0e5",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6953f3f4-7184-42b9-91f3-97e36f4660d3",
                                                            "name": "Bad Request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9359c53e-7e70-4967-a574-1eff4aaf4efe",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "87b74de1-d238-4ed1-9310-c06222cef4ea",
                                                            "name": "Not Found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "item": [
                                {
                                    "id": "1f7c2061-c54f-4fad-a339-e05766d708ec",
                                    "name": "List locations",
                                    "request": {
                                        "name": "List locations",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "locations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "pagination offset",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by parent identifier (may repeat)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "parent",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "fuzzy search on name, identifier, description",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated, prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "cc3fb414-fa79-4d3d-9b4c-8c75ff5c2bcf",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on name, identifier, description",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "current",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a7b14152-7d84-4a89-a0c2-af25663c5301",
                                            "name": "List current asset locations",
                                            "request": {
                                                "name": "List current asset locations",
                                                "description": {
                                                    "content": "Snapshot of each asset's most recent location, filterable by natural key.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        "current"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "fuzzy search on asset name / identifier",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "25a2f604-96e3-4d5f-8da1-215010092242",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "fuzzy search on asset name / identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b530465d-b1fb-41af-a8e0-5550752b8222",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "fuzzy search on asset name / identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "39c3fa24-8bc6-4f47-aa93-abbf561611ae",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "fuzzy search on asset name / identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{identifier}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "52ab627f-6d2d-45de-be40-80e7e3c1507d",
                                            "name": "Get location by natural identifier",
                                            "request": {
                                                "name": "Get location by natural identifier",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location identifier (natural key)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "3e962914-43a0-45e0-9c7b-ee66eba38438",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"key_0\": 2168,\n  \"key_1\": 6365,\n  \"key_2\": 6481\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4089d59c-ef12-48f4-a520-5c86318c3d63",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "92e12166-2856-4b12-a4a3-adb2d25e284b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "456cced0-b534-4bae-8f65-594019044831",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "368042c4-700d-46e7-9948-4f92e3faef05",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"rate_limited\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app.trakrf.id"
        }
    ],
    "info": {
        "_postman_id": "17b57a31-b987-4b74-93bd-6eea3d3d6c7e",
        "name": "TrakRF API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "TrakRF public REST API. See docs.trakrf.id/api for the customer-facing reference.\n\nContact Support:\n Name: TrakRF Support\n Email: support@trakrf.id",
            "type": "text/plain"
        }
    }
}