Everbridge Asset Types API

Asset type management operations

Operations 11

GET /asset-types List Asset Types #
POST /asset-types Create Asset Type #
GET /asset-types/{id} Get Asset Type #
PUT /asset-types/{id} Update Asset Type #
DELETE /asset-types/{id} Delete Asset Type #
GET /asset-types/sc-building Get SC Building Asset Type #
GET /asset-types/property-definitions/{id}/linked-to-asset Is Linked To Asset #
GET /asset-types/property-definitions/names List Asset Property Names #
GET /asset-types/name List Assets Type By Name #
GET /asset-types/name/{name} Get Asset Type By Name #
GET /asset-types/download-template/{id} Download Upload Template #

Documentation

📖
Documentation
https://developers.everbridge.net/home/docs/overview
📖
APIReference
https://developers.everbridge.net/home/reference
📖
GettingStarted
https://developers.everbridge.net/home/docs/ebs-gs-guide
📖
Authentication
https://developers.everbridge.net/home/docs/ebs-gs-guide-authentication-types
📖
APIReference
https://developers.everbridge.net/home/reference/generate-token
📖
APIReference
https://developers.everbridge.net/home/reference/comms-apis
📖
APIReference
https://developers.everbridge.net/home/reference/authorization
📖
GettingStarted
https://developers.everbridge.net/home/docs/notifications
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-public
📖
APIReference
https://developers.everbridge.net/home/reference/cema-query-stream-1
📖
APIReference
https://developers.everbridge.net/home/reference/assets
📖
APIReference
https://developers.everbridge.net/home/reference/assets-query
📖
APIReference
https://developers.everbridge.net/home/reference/travel-risk-intelligence
📖
APIReference
https://developers.everbridge.net/home/reference/checks
📖
APIReference
https://developers.everbridge.net/home/reference/risk-events
📖
APIReference
https://developers.everbridge.net/home/reference/safety-devices-event
📖
APIReference
https://developers.everbridge.net/home/reference/snapcomms-authentication
📖
GettingStarted
https://support.snapcomms.com/hc/en-us/articles/19361020051867-Integration-Through-API-Overview

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/everbridge-asset-types-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

everbridge-asset-types-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Asset Management Asset Types API
  description: This is the Asset Management Rest API Documentation
  contact:
    name: CAMS Team
  version: 1.0.0
servers:
- url: https://api.everbridge.net/rest/v2/asset-management
tags:
- name: Asset Types
  description: Asset type management operations
paths:
  /asset-types:
    get:
      tags:
      - Asset Types
      operationId: EBS AM List Asset Types
      summary: List Asset Types
      description: List Asset Types
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: searchValue
        in: query
        required: false
        schema:
          type: string
      - name: includePropertyDefinitions
        in: query
        required: false
        schema:
          type: boolean
          default: false
      - name: alertable
        in: query
        required: false
        schema:
          type: boolean
      - name: includeSupplyChain
        in: query
        required: false
        schema:
          type: boolean
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListAssetTypeResponse'
              examples:
                Success:
                  summary: Success
                  value:
                  - id: 665856825d59930bc2151633
                    organizationId: 1536984111644674
                    createdId: 2200330536222721
                    createdName: Nandish API Access
                    lastModifiedId: 2200330536222721
                    lastModifiedName: Nandish API Access
                    createdTimestamp: 1717065346390
                    lastModifiedTimestamp: 1717065346390
                    name: For API Gateway
                    legacy: false
                    assetTypeCategory: REGULAR
                    assetTypeTemplateId: 5d49bc0e00343fff27b81548
                    iconId: '1'
                    alertable: false
                  - id: 665ff8e1a1b61d39e577b9c6
                    organizationId: 1536984111644674
                    createdId: 0
                    lastModifiedId: 0
                    name: Buildings
                    legacy: true
                    assetTypeCategory: REGULAR
                    assetTypeTemplateId: 5d49bc0e00343fff27b81550
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.header.Authorization: context.authorizer.override_token
    post:
      tags:
      - Asset Types
      operationId: EBS AM Create Asset Type
      summary: Create Asset Type
      description: Create Asset Type
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateAssetTypeRequest'
            examples:
              Basic:
                summary: basic
                value:
                  name: pre-test1
                  iconId: '1'
                  propertyDefinitions:
                  - assetPropertyType: BASIC
                    assetPropertyDataType: STRING
                    assetPropertyDisplayType: TEXTBOX
                    name: pre-test-prop-def
                  assetTypeTemplateId: 5d49bc0e00343fff27b81548
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: string
                    organizationId: 0
                    createdId: 0
                    createdName: string
                    createdProxyName: string
                    lastModifiedId: 0
                    lastModifiedName: string
                    lastModifiedProxyName: string
                    createdTimestamp: '2025-08-20T12:21:40.940Z'
                    lastModifiedTimestamp: '2025-08-20T12:21:40.940Z'
                    name: string
                    description: string
                    seq: 0
                    legacy: true
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: string
                      organizationId: 0
                      createdId: 0
                      createdName: string
                      createdProxyName: string
                      lastModifiedId: 0
                      lastModifiedName: string
                      lastModifiedProxyName: string
                      createdTimestamp: '2025-08-20T12:21:40.940Z'
                      lastModifiedTimestamp: '2025-08-20T12:21:40.940Z'
                      assetTypeId: string
                      assetTypeTemplateId: string
                      seq: 500
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: SINGLE
                      name: string
                      aliasName: string
                      defaultAliasName: string
                      description: string
                      vccPropertyName: string
                      allowedValues:
                      - {}
                    assetTypeTemplateId: string
                    assetTypeTemplateName: string
                    iconId: string
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: POST
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.header.Authorization: context.authorizer.override_token
  /asset-types/{id}:
    get:
      tags:
      - Asset Types
      operationId: EBS AM Get Asset Type
      summary: Get Asset Type
      description: Get Asset Type
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 665ff8e1a1b61d39e577b9c6
                    organizationId: 1536984111644674
                    createdId: 0
                    lastModifiedId: 0
                    name: Buildings
                    legacy: true
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: 665ff8e1a1b61d39e577b9c7
                      organizationId: 1536984111644674
                      createdId: 0
                      lastModifiedId: 0
                      createdTimestamp: 1717565665767
                      lastModifiedTimestamp: 1717565665767
                      assetTypeId: 665ff8e1a1b61d39e577b9c6
                      seq: 0
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: External ID
                    - id: 665ff8e1a1b61d39e577b9c8
                      organizationId: 1536984111644674
                      createdId: 0
                      lastModifiedId: 0
                      createdTimestamp: 1717565665767
                      lastModifiedTimestamp: 1717565665767
                      assetTypeId: 665ff8e1a1b61d39e577b9c6
                      seq: 1
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: Name
                    assetTypeTemplateId: 5d49bc0e00343fff27b81550
                    assetTypeTemplateName: SC Building
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/{id}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.id: method.request.path.id
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
    put:
      tags:
      - Asset Types
      operationId: EBS AM Update Asset Type
      summary: Update Asset Type
      description: Update Asset Type
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AssetTypeUpdateRequest'
            examples:
              Basic:
                summary: basic
                value:
                  name: pre-test3
                  iconId: '1'
                  propertyDefinitions:
                  - assetPropertyType: BASIC
                    assetPropertyDataType: STRING
                    assetPropertyDisplayType: TEXTBOX
                    name: pre-test-prop-def
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 68a5c4a974af7b55898f64ca
                    organizationId: 1536984111644674
                    createdId: 2200330536222721
                    createdName: Nandish API Access
                    lastModifiedId: 2200330536222721
                    lastModifiedName: Nandish API Access
                    createdTimestamp: 1755694249716
                    lastModifiedTimestamp: 1755694306544
                    name: pre-test3
                    legacy: false
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: 68a5c4e274af7b55898f64db
                      organizationId: 1536984111644674
                      createdId: 2200330536222721
                      createdName: Nandish API Access
                      lastModifiedId: 2200330536222721
                      lastModifiedName: Nandish API Access
                      createdTimestamp: 1755694306554
                      lastModifiedTimestamp: 1755694306554
                      assetTypeId: 68a5c4a974af7b55898f64ca
                      seq: 0
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: pre-test-prop-def
                    assetTypeTemplateId: 5d49bc0e00343fff27b81548
                    assetTypeTemplateName: Facility
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: PUT
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/{id}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.id: method.request.path.id
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
    delete:
      tags:
      - Asset Types
      operationId: EBS AM Delete Asset Type
      summary: Delete Asset Type
      description: Delete Asset Type
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 68a5c4a974af7b55898f64ca
                    organizationId: 1536984111644674
                    createdId: 2200330536222721
                    createdName: Nandish API Access
                    lastModifiedId: 2200330536222721
                    lastModifiedName: Nandish API Access
                    createdTimestamp: 1755694249716
                    lastModifiedTimestamp: 1755694306544
                    name: pre-test3
                    legacy: false
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: 68a5c4e274af7b55898f64db
                      organizationId: 1536984111644674
                      createdId: 2200330536222721
                      createdName: Nandish API Access
                      lastModifiedId: 2200330536222721
                      lastModifiedName: Nandish API Access
                      createdTimestamp: 1755694306554
                      lastModifiedTimestamp: 1755694306554
                      assetTypeId: 68a5c4a974af7b55898f64ca
                      seq: 0
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: pre-test-prop-def
                    assetTypeTemplateId: 5d49bc0e00343fff27b81548
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: DELETE
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/{id}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.id: method.request.path.id
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
  /asset-types/sc-building:
    get:
      tags:
      - Asset Types
      operationId: EBS AM Get SC Building Asset Type
      summary: Get SC Building Asset Type
      description: Get SC Building Asset Type
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: includePropertyDefinitions
        in: query
        required: false
        schema:
          type: boolean
          default: false
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 665ff8e1a1b61d39e577b9c6
                    organizationId: 1536984111644674
                    createdId: 0
                    lastModifiedId: 0
                    name: Buildings
                    legacy: true
                    assetTypeCategory: REGULAR
                    assetTypeTemplateId: 5d49bc0e00343fff27b81550
                    assetTypeTemplateName: SC Building
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/sc-building
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.header.Authorization: context.authorizer.override_token
  /asset-types/property-definitions/{id}/linked-to-asset:
    get:
      tags:
      - Asset Types
      operationId: EBS AM Is Linked To Asset
      summary: Is Linked To Asset
      description: Is Linked To Asset
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: id
        in: path
        required: true
        schema:
          type: string
      - name: value
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/LinkedToAssetResponse'
              examples:
                Summary:
                  summary: success
                  value:
                    linkedToExistingAsset: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/property-definitions/{id}/linked-to-asset
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.id: method.request.path.id
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
  /asset-types/property-definitions/names:
    get:
      tags:
      - Asset Types
      operationId: EBS AM List Asset Property Names
      summary: List Asset Property Names
      description: List Asset Property Names
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: onlyUnMapped
        in: query
        required: false
        schema:
          type: boolean
          default: true
      - name: onlySystemProperty
        in: query
        required: false
        schema:
          type: boolean
          default: true
      - name: name
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
              examples:
                Summary:
                  summary: success
                  value: {}
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/property-definitions/names
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.header.Authorization: context.authorizer.override_token
  /asset-types/name:
    get:
      tags:
      - Asset Types
      operationId: EBS AM List Asset Types By Name
      summary: List Assets Type By Name
      description: List Asset Types By Name
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: name
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 665856825d59930bc2151633
                    organizationId: 1536984111644674
                    createdId: 2200330536222721
                    createdName: Nandish API Access
                    lastModifiedId: 2200330536222721
                    lastModifiedName: Nandish API Access
                    createdTimestamp: 1717065346390
                    lastModifiedTimestamp: 1717065346390
                    name: For API Gateway
                    legacy: false
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: 665856825d59930bc2151634
                      organizationId: 1536984111644674
                      createdId: 2200330536222721
                      createdName: Nandish API Access
                      lastModifiedId: 2200330536222721
                      lastModifiedName: Nandish API Access
                      createdTimestamp: 1717065346437
                      lastModifiedTimestamp: 1717065346437
                      assetTypeId: 665856825d59930bc2151633
                      seq: 0
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: External ID
                    - id: 665856825d59930bc2151635
                      organizationId: 1536984111644674
                      createdId: 2200330536222721
                      createdName: Nandish API Access
                      lastModifiedId: 2200330536222721
                      lastModifiedName: Nandish API Access
                      createdTimestamp: 1717065346437
                      lastModifiedTimestamp: 1717065346437
                      assetTypeId: 665856825d59930bc2151633
                      seq: 1
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: Name
                    assetTypeTemplateId: 5d49bc0e00343fff27b81548
                    assetTypeTemplateName: Facility
                    iconId: '1'
                    alertable: false
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/name
        responses:
          default:
            statusCode: '200'
        passthroughBehavior: when_no_match
        requestParameters:
          integration.request.header.Authorization: context.authorizer.override_token
  /asset-types/name/{name}:
    get:
      tags:
      - Asset Types
      operationId: EBS AM Get Asset Type By Name
      summary: Get Asset Type By Name
      description: Get Asset Type By Name
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AssetType'
              examples:
                Success:
                  summary: success
                  value:
                    id: 665ff8e1a1b61d39e577b9c6
                    organizationId: 1536984111644674
                    createdId: 0
                    lastModifiedId: 0
                    name: Buildings
                    legacy: true
                    assetTypeCategory: REGULAR
                    propertyDefinitions:
                    - id: 665ff8e1a1b61d39e577b9c7
                      organizationId: 1536984111644674
                      createdId: 0
                      lastModifiedId: 0
                      createdTimestamp: 1717565665767
                      lastModifiedTimestamp: 1717565665767
                      assetTypeId: 665ff8e1a1b61d39e577b9c6
                      seq: 0
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: External ID
                    - id: 665ff8e1a1b61d39e577b9c8
                      organizationId: 1536984111644674
                      createdId: 0
                      lastModifiedId: 0
                      createdTimestamp: 1717565665767
                      lastModifiedTimestamp: 1717565665767
                      assetTypeId: 665ff8e1a1b61d39e577b9c6
                      seq: 1
                      assetPropertyType: BASIC
                      assetPropertyDataType: STRING
                      assetPropertyDisplayType: TEXTBOX
                      name: Name
                    assetTypeTemplateId: 5d49bc0e00343fff27b81550
                    assetTypeTemplateName: SC Building
                    iconId: '1'
                    alertable: true
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/name/{name}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.name: method.request.path.name
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
  /asset-types/download-template/{id}:
    get:
      tags:
      - Asset Types
      operationId: EBS AM Download Upload Template
      summary: Download Upload Template
      description: Download Upload Template
      parameters:
      - name: X-EB-Organization-Id
        in: header
        description: Organization Id
        required: true
        schema:
          $ref: '#/components/schemas/organizationId'
      - name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
      security:
      - API_Authorizer: []
      - BasicAuth: []
      - api_key: []
      x-amazon-apigateway-integration:
        type: http_proxy
        httpMethod: GET
        uri: https://ebs-restapi-prod-us.evbg.io/rest/v2/asset-management/asset-types/download-template/{id}
        responses:
          default:
            statusCode: '200'
        requestParameters:
          integration.request.path.id: method.request.path.id
          integration.request.header.Authorization: context.authorizer.override_token
        passthroughBehavior: when_no_match
components:
  schemas:
    AssetTypeIcon:
      allOf:
      - $ref: '#/components/schemas/AssetIcon'
      - type: object
        properties:
          dynamicMappings:
            $ref: '#/components/schemas/AssetTypeDynamicMappings'
    AssetTypeUpdateRequest:
      required:
      - iconId
      - name
      - propertyDefinitions
      type: object
      properties:
        name:
          maxLength: 200
          minLength: 1
          type: string
        description:
          maxLength: 2000
          minLength: 0
          type: string
        iconId:
          type: string
        alertable:
          type: boolean
        propertyDefinitions:
          type: array
          items:
            $ref: '#/components/schemas/AssetPropertyDefinitionRequest'
        icon:
          $ref: '#/components/schemas/AssetTypeIcon'
    AssetPropertyDefinition:
      required:
      - assetPropertyDataType
      - assetPropertyDisplayType
      - assetPropertyType
      - name
      type: object
      properties:
        id:
          type: string
        organizationId:
          type: integer
          format: int64
        createdId:
          type: integer
          format: int64
        createdName:
          type: string
        createdProxyName:
          type: string
        lastModifiedId:
          type: integer
          format: int64
        lastModifiedName:
          type: string
        lastModifiedProxyName:
          type: string
        createdTimestamp:
          type: string
          format: date-time
        lastModifiedTimestamp:
          type: string
          format: date-time
        assetTypeId:
          type: string
        assetTypeTemplateId:
          type: string
        seq:
          maximum: 500
          minimum: 0
          type: integer
          format: int32
        assetPropertyType:
          type: string
          enum:
          - BASIC
          - ADDRESS
          - SYSTEM_PROPERTY
          - CUSTOM_PROPERTY
        assetPropertyDataType:
          type: string
          enum:
          - STRING
          - BOOLEAN
          - LONG
          - DOUBLE
          - DATETIME
          - GEOJSON
          - URL
        assetPropertyDisplayType:
          type: string
          enum:
          - SINGLE
          - TEXTBOX
          - MULTIPLE
        name:
          maxLength: 200
          minLength: 1
          type: string
        aliasName:
          maxLength: 200
          minLength: 1
          type: string
        defaultAliasName:
          type: string
        description:
          maxLength: 2000
          minLength: 0
          type: string
        vccPropertyName:
          type: string
        allowedValues:
          type: array
          items:
            type: object
    AssetTypeDynamicMappings:
      type: object
      properties:
        attributeId:
          type: string
        mappings:
          type: array
          items:
            $ref: '#/components/schemas/AssetTypeDynamicColorMapping'
    ListAssetTypeResponse:
      type: array
      items:
        type: object
        properties:
          id:
            type: string
          organizationId:
            type: number
          createdId:
            type: number
          createdName:
            type: string
          lastModifiedId:
            type: number
          lastModifiedName:
            type: string
          createdTimestamp:
            type: number
          lastModifiedTimestamp:
            type: number
          name:
            type: string
          legacy:
            type: boolean
          assetTypeCategory:
            type: string
          assetTypeTemplateId:
            type: string
          iconId:
            type: string
          alertable:
            type: boolean
          icon:
            $ref: '#/components/schemas/AssetTypeIcon'
    CreateAssetTypeRequest:
      required:
      - assetTypeTemplateId
      - iconId
      - name
      - propertyDefinitions
      type: object
      properties:
        name:
          maxLength: 200
          minLength: 1
          type: string
        description:
          maxLength: 2000
          minLength: 0
          type: string
        iconId:
          type: string
        alertable:
          type: boolean
        propertyDefinitions:
          type: array
          items:
            $ref: '#/components/schem

# --- truncated at 32 KB (36 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/everbridge/refs/heads/main/openapi/everbridge-asset-types-api-openapi.yml