CINXE.COM
openapi: 3.0.1 info: title: VECTRONIC Wildlife - INVENTA API contact: name: VECTRONIC Wildlife Support url: https://www.vectronic-aerospace.com/http-wildlife-api/ email: support@vectronic-aerospace.com version: 4.0.5 servers: - url: http://api.vectronic-wildlife.com tags: - name: Separation description: the Separation API - name: Trap Events description: the Trap Events API - name: Positions description: the Positions API - name: Vaginal Implant description: the Vaginal Implant API - name: Mortality Implant description: the Mortality Implant API - name: Mortality description: the Mortality API - name: Proximity description: the Proximity API - name: Activity description: The Activity API paths: /v3/collar/{collarId}/vit: get: tags: - Vaginal Implant description: Get Vaginal Implant data operationId: getVaginalImplant parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Vaginal Implant V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Vaginal Implant V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Vaginal Implant V3' /v3/collar/{collarId}/vit/count: get: tags: - Vaginal Implant operationId: getVITCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: sucess content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/trap: get: tags: - Trap Events operationId: getGTrapEvents parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Trap Event V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Trap Event V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Trap Event V3' /v3/collar/{collarId}/trap/count: get: tags: - Trap Events operationId: getTrapEventsCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/sep: get: tags: - Separation operationId: getSeparation parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Separation V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Separation V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Separation V3' /v3/collar/{collarId}/sep/count: get: tags: - Separation description: Request the count of Separation records operationId: getSeperationCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/prx: get: tags: - Proximity operationId: getProximity parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Proximity V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Proximity V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Proximity V3' /v3/collar/{collarId}/prx/count: get: tags: - Proximity operationId: getProximityCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/mor: get: tags: - Mortality operationId: getMortality parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality V3' /v3/collar/{collarId}/mor/count: get: tags: - Mortality operationId: getMortalityCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/mit: get: tags: - Mortality Implant operationId: getMortalityImplant parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant V3' /v3/collar/{collarId}/mit/count: get: tags: - Mortality Implant operationId: getMortalityImplantCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/gps: get: tags: - Positions operationId: getPositions parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/GPS Position V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/GPS Position V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/GPS Position V3' /v3/collar/{collarId}/gps/reduced: get: tags: - Positions operationId: getReducedPositions parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Reduced Position' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Reduced Position' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Reduced Position' /v3/collar/{collarId}/gps/minimized: get: tags: - Positions operationId: getMinimizedPositions parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Minimized Position' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Minimized Position' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Minimized Position' /v3/collar/{collarId}/gps/count: get: tags: - Positions operationId: getPositionsCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v3/collar/{collarId}/act: get: tags: - Activity summary: Request Activity data description: Request the existing Activity records. operationId: getActivity parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Activity V3' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Activity V3' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Activity V3' /v3/collar/{collarId}/act/count: get: tags: - Activity summary: Request Activity count. description: Request the amount of existing Activity records. operationId: getActivityCount parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /collar/{collarId}/vit/count: get: tags: - Vaginal Implant operationId: getVITCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/vit/count: get: tags: - Vaginal Implant operationId: getVITCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/vit: get: tags: - Vaginal Implant operationId: getVaginalImplant_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' /collar/{collarId}/vit: get: tags: - Vaginal Implant operationId: getVaginalImplant_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Vaginal Implant' /v2/collar/{collarId}/trap/count: get: tags: - Trap Events operationId: getTrapEventsCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /collar/{collarId}/trap/count: get: tags: - Trap Events operationId: getTrapEventsCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /collar/{collarId}/trap: get: tags: - Trap Events operationId: getGTrapEvents_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' /v2/collar/{collarId}/trap: get: tags: - Trap Events operationId: getGTrapEvents_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Trap Event' /collar/{collarId}/sep/count: get: tags: - Separation operationId: getSeperationCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/sep/count: get: tags: - Separation operationId: getSeperationCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /collar/{collarId}/sep: get: tags: - Separation operationId: getSeparation_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' /v2/collar/{collarId}/sep: get: tags: - Separation operationId: getSeparation_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Separation' /collar/{collarId}/prx/count: get: tags: - "" operationId: getProximityCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/prx/count: get: tags: - "" operationId: getProximityCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/prx: get: tags: - "" operationId: getProximity_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' /collar/{collarId}/prx: get: tags: - "" operationId: getProximity_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Proximity' /v2/collar/{collarId}/mor/count: get: tags: - "" summary: Request Mortality count. description: Request the amount of existing Mortality records. operationId: getMortalityCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /collar/{collarId}/mor/count: get: tags: - "" summary: Request Mortality count. description: Request the amount of existing Mortality records. operationId: getMortalityCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /collar/{collarId}/mor: get: tags: - "" summary: Request Mortality data description: Request the existing Mortality records. operationId: getMortality_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' /v2/collar/{collarId}/mor: get: tags: - "" summary: Request Mortality data description: Request the existing Mortality records. operationId: getMortality_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality' /collar/{collarId}/mit/count: get: tags: - "" operationId: getMortalityImplantCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /v2/collar/{collarId}/mit/count: get: tags: - "" operationId: getMortalityImplantCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: integer format: int64 "403": description: wrong collar key content: application/json: schema: type: integer format: int64 "500": description: internal server error content: application/json: schema: type: integer format: int64 /collar/{collarId}/mit: get: tags: - "" operationId: getMortalityImplant_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' /v2/collar/{collarId}/mit: get: tags: - "" operationId: getMortalityImplant_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' "403": description: wrong collar key content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' "500": description: internal server error content: application/json: schema: type: array items: $ref: '#/components/schemas/Mortality Implant' /collar/{collarId}/gps/count: get: tags: - "" operationId: getPositionsCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/gps/count: get: tags: - "" operationId: getPositionsCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /collar/{collarId}/gps: get: tags: - "" operationId: getPositions_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' /v2/collar/{collarId}/gps: get: tags: - "" operationId: getPositions_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string - name: onlyValid in: query description: Request only valid marked GPS Positions required: false schema: type: boolean responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/GPS Position' /collar/{collarId}/act/count: get: tags: - Activity summary: Request Activity count. description: Request the amount of existing Activity records. operationId: getActivityCount_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/act/count: get: tags: - Activity summary: Request Activity count. description: Request the amount of existing Activity records. operationId: getActivityCount_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: integer format: int64 "403": description: wrong collar key content: '*/*': schema: type: integer format: int64 "500": description: internal server error content: '*/*': schema: type: integer format: int64 /v2/collar/{collarId}/act: get: tags: - Activity summary: Request Activity data description: Request the existing Activity records. operationId: getActivity_1 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' /collar/{collarId}/act: get: tags: - Activity summary: Request Activity data description: Request the existing Activity records. operationId: getActivity_2 parameters: - name: collarId in: path description: Collar ID of device which data request for required: true schema: type: string - name: collarkey in: query description: Collar Key of device which data request for required: true schema: type: string - name: afterScts in: query description: Request data after or equal a specific service center timestamp required: false schema: type: string format: date-time - name: beforeScts in: query description: Request data before or equal a specific service center timestamp required: false schema: type: string format: date-time - name: afterAcquisition in: query description: Request data after or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: beforeAcquisition in: query description: Request data before or equal a specific acquisition timestamp required: false schema: type: string format: date-time - name: gt-id in: query description: Request data greater or equal than the data-id sort by data-id ascending required: false schema: type: string responses: "200": description: success content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' "403": description: wrong collar key content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' "500": description: internal server error content: '*/*': schema: type: array items: $ref: '#/components/schemas/Activity' components: schemas: Vaginal Implant V3: title: Vaginal Implant V3 type: object properties: idVaginalImplant: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: String representation of origin code activityLevel: title: The activity of the Vaginal Implant type: integer description: "If the activity level has value 0 the implant is expelled,\ \ otherwise the value is 255 for not expelled." format: int64 temperature: title: Temperature measured by Vaginal Implant in 掳C type: number format: double reserved: title: -- N/A -- type: integer description: -- N/A -- format: int64 description: This entity will be returned on API Version 3 Trap Event V3: title: Trap Event V3 type: object properties: idTrapevent: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: String representation of origin code sequenceNumber: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 triggered: title: Indicates if the Trap has triggered. type: string timeSinceTrigger: title: Time since Trap has triggered. type: string remainingLifetime: title: Approximated remaining lifetime of the batteries of the Trap Transmitter on Event time. type: string description: -- N/A -- idSensor: title: Sensor ID which has triggered. type: integer format: int32 description: This entity will be returned on API Version 3 Separation V3: title: Separation V3 type: object properties: idSeparation: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: String representation of origin code received: title: -- N/A -- type: string description: -- N/A -- alive: title: -- N/A -- type: string description: -- N/A -- description: title: -- N/A -- type: string description: -- N/A -- description: This entity will be returned on API Version 3 Proximity V3: title: Proximity V3 type: object properties: idProximity: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: String representation of origin code rssi: title: RSSI type: integer description: Signal strength between Proximity sender and receiver. format: int64 alive: title: -- N/A -- type: string description: -- N/A -- description: This entity will be returned on API Version 3 Mortality V3: type: object properties: idMortality: title: ID Mortality type: integer description: Unique VECTRONIC Entity ID for Mortality Record format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: Origin Code String idKind: title: Kind ID type: integer description: Identifier for kind of mortality. <ul><li>0 - off</li><li>1 - Activity</li><li>2 - Temperature</li><li>3 - Activity & Temperature</li><li>4 - Resurrection</li></ul> format: int64 mortalityKindString: title: Mortality Kind String type: string description: The String representation of the Mortality Kind. description: This entity will be returned on API Version 3 Mortality Implant V3: type: object properties: idMortalityImplant: title: ID Mortality Implant type: integer description: Unique VECTRONIC Entity ID for Mortality Record format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeString: title: Origin Code String type: string description: String representation of origin code heartRate: title: Shows dead or alive type: integer description: '<ul> <li>0 - Dead</li><li>255 - Alive</li></ul> ' format: int64 temperature: title: Temperature type: number description: Recorded temperature in 掳C format: double reserved: title: -- N/A -- type: integer description: -- N/A -- format: int64 description: This entity will be returned on API Version 3 GPS Position V3: title: GPS Position V3 type: object properties: idPosition: title: VECTRONIC database ID type: integer description: Unique VECTRONIC database identifier. format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code String type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> ecefX: title: Earth Centered Earth Fixed X direction type: integer description: Earth Centered Earth Fixed X direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefY: title: Earth Centered Earth Fixed Y direction type: integer description: Earth Centered Earth Fixed Y direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefZ: title: Earth Centered Earth Fixed Z direction type: integer description: Earth Centered Earth Fixed Z direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection from the center of the earth to the north pole. format: int32 latitude: title: WGS 84 Latitude type: number format: double longitude: title: WGS 84 Longitude type: number format: double height: title: WGS 84 Height type: integer format: int32 dop: title: Dilution of Precision type: number format: float idFixType: title: Code value for GPS Fixtype. type: integer description: Code value for GPS Fixtype. <ul><li>0 - No Fix</li><li>1 - GPS-1 Sat</li><li>2 - GPS-2 Sat</li><li>3 - GPS-2D</li><li>4 - GPS-3D</li><li>5 - val. GPS-3D</li></ul> format: int32 positionError: title: -- N/A -- type: number description: -- N/A -- format: float satCount: title: Amount of visible satellites. type: integer format: int32 ch01SatId: title: Satellite ID of Channel 1 type: integer format: int32 ch01SatCnr: title: Satellite CNR of Channel 1 type: integer format: int32 ch02SatId: title: Satellite ID of Channel 2 type: integer format: int32 ch02SatCnr: title: Satellite CNR of Channel 2 type: integer format: int32 ch03SatId: title: Satellite ID of Channel 3 type: integer format: int32 ch03SatCnr: title: Satellite CNR of Channel 3 type: integer format: int32 ch04SatId: title: Satellite ID of Channel 4 type: integer format: int32 ch04SatCnr: title: Satellite CNR of Channel 4 type: integer format: int32 ch05SatId: title: Satellite ID of Channel 5 type: integer format: int32 ch05SatCnr: title: Satellite CNR of Channel 5 type: integer format: int32 ch06SatId: title: Satellite ID of Channel 6 type: integer format: int32 ch06SatCnr: title: Satellite CNR of Channel 7 type: integer format: int32 ch07SatId: title: Satellite ID of Channel 7 type: integer format: int32 ch07SatCnr: title: Satellite CNR of Channel 8 type: integer format: int32 ch08SatId: title: Satellite ID of Channel 8 type: integer format: int32 ch08SatCnr: title: Satellite CNR of Channel 8 type: integer format: int32 ch09SatId: title: Satellite ID of Channel 9 type: integer format: int32 ch09SatCnr: title: Satellite CNR of Channel 9 type: integer format: int32 ch10SatId: title: Satellite ID of Channel 10 type: integer format: int32 ch10SatCnr: title: Satellite CNR of Channel 10 type: integer format: int32 ch11SatId: title: Satellite ID of Channel 11 type: integer format: int32 ch11SatCnr: title: Satellite CNR of Channel 11 type: integer format: int32 ch12SatId: title: Satellite ID of Channel 12 type: integer format: int32 ch12SatCnr: title: Satellite CNR of Channel 12 type: integer format: int32 idMortalityStatus: title: Code value of mortality status. type: integer format: int32 activity: title: -- N/A -- type: integer description: -- N/A -- format: int32 mainVoltage: title: Voltage indicator of main battery. type: number format: float backupVoltage: title: Voltage indicator of backup / beacon battery. type: number format: float temperature: title: Temperature type: number format: float originCodeString: title: Origin Code String type: string description: String representation of origin code mortalityModeString: title: String representation of mortality status code value. type: string fixtypeString: title: String value for GPS Fixtype. type: string description: String value for GPS Fixtype. utm: $ref: '#/components/schemas/UTM Coordinates' lightConditionCode: title: Code value of light condition. type: integer format: int32 lightConditionString: title: String representation of light condition value. type: string description: This entity will be returned on API Version 3 UTM Coordinates: title: UTM coordinates type: object properties: easting: title: Easting type: number description: Easting format: double northing: title: Northing type: number description: Northing format: double zone: title: Zone type: integer description: Zone format: int32 letter: title: Letter type: string description: Letter description: UTM (Universal Transverse Mercator) Coordinates Reduced Position: title: Reduced Position type: object properties: idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code String type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> idMortalityStatus: title: Code value of mortality status. type: integer format: int32 idPosition: title: VECTRONIC database ID type: integer description: Unique VECTRONIC database identifier. format: int64 idFixType: title: Code value for GPS Fixtype. type: integer description: Code value for GPS Fixtype. <ul><li>0 - No Fix</li><li>1 - GPS-1 Sat</li><li>2 - GPS-2 Sat</li><li>3 - GPS-2D</li><li>4 - GPS-3D</li><li>5 - val. GPS-3D</li></ul> format: int32 temperature: title: Temperature type: number format: float fixtypeString: title: String value for GPS Fixtype. type: string description: String value for GPS Fixtype. utm: $ref: '#/components/schemas/UTM Coordinates' mortalityModeString: title: String representation of mortality status code value. type: string lightConditionCode: title: Code value of light condition. type: integer format: int32 lightConditionString: title: String representation of light condition value. type: string acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time description: This entity represents a GPS Positions with reduced data. Minimized Position: title: Minimized Position type: object properties: idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code String type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> idMortalityStatus: title: Code value of mortality status. type: integer format: int32 idPosition: title: VECTRONIC database ID type: integer description: Unique VECTRONIC database identifier. format: int64 ecefX: title: Earth Centered Earth Fixed X direction type: integer description: Earth Centered Earth Fixed X direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefY: title: Earth Centered Earth Fixed Y direction type: integer description: Earth Centered Earth Fixed Y direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefZ: title: Earth Centered Earth Fixed Z direction type: integer description: Earth Centered Earth Fixed Z direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection from the center of the earth to the north pole. format: int32 dop: title: Dilution of Precision type: number format: float idFixType: title: Code value for GPS Fixtype. type: integer description: Code value for GPS Fixtype. <ul><li>0 - No Fix</li><li>1 - GPS-1 Sat</li><li>2 - GPS-2 Sat</li><li>3 - GPS-2D</li><li>4 - GPS-3D</li><li>5 - val. GPS-3D</li></ul> format: int32 temperature: title: Temperature type: number format: float lightConditionCode: title: Code value of light condition. type: integer format: int32 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time latitude: title: WGS 84 Latitude type: number format: double longitude: title: WGS 84 Longitude type: number format: double height: title: WGS 84 Height type: integer format: int32 description: This entity represents a GPS Positions with essential data. Activity V3: type: object properties: idActivity: title: ID Activity type: integer description: Unique VECTRONIC Entity ID for Activity Record format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> originCodeStr: title: Origin Code String type: string description: String representation of origin code activityModeCode: title: Activity Mode Code type: integer description: Code value for activity mode. <ul><li>0 - No Activity Available</li><li>1 - 300s Activity Measurement</li><li>2 - 152s Activity Measurement</li><li>3 - 64s Activity Measurement</li><li>4 - Activity Measurement</li><li>5 - Head Angle / Acceleration Threshold</li><li>6 - Acceleration Peak / Threshold</li><li>7 - Avg. Fort-Back / Up-Down Raw Data</li><li>8 - Test Mode A</li><li>9 - Test Mode B</li><li>10 - Test Mode C</li></ul> format: int64 activityModeString: title: Activity Mode Code String type: string description: String representation of the activity mode code activityModeDt: title: Activity Mode Delta T type: integer description: Time in seconds between the records. format: int64 activity1: title: Activity Channel 1 type: integer description: Activity value on channel 1. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 activity2: title: Activity Channel 2 type: integer description: Activity value on channel 2. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 activity3: title: Activity Channel 3 type: integer description: Activity value on channel 3. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 temperature: title: Temperature type: number description: Recorded temperature in 掳C. Measurement interval is from -40 掳C up to 125 掳C format: double description: This entity will be returned on API Version 3. <br> Activity will only be transmitted via Collar and Terminal. Vaginal Implant: title: Vaginal Implant type: object properties: idVaginalImplant: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> activityLevel: title: The activity of the Vaginal Implant type: integer description: "If the activity level has value 0 the implant is expelled,\ \ otherwise the value is 255 for not expelled." format: int64 temperature: title: Temperature measured by Vaginal Implant in 掳C type: number format: double reserved: title: -- N/A -- type: integer description: -- N/A -- format: int64 description: This entity will be returned on API Version 1 and 2 Trap Event: title: Trap Event type: object properties: idTrapevent: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> sequenceNumber: title: -- N/A -- type: integer description: -- N/A -- format: int64 triggered: title: Indicates if the Trap has triggered. type: string timeSinceTrigger: title: Time since Trap has triggered. type: string remainingLifetime: title: Approximated remaining lifetime of the batteries of the Trap Transmitter on Event time. type: string description: -- N/A -- description: This entity will be returned on API Version 1 and 2 Separation: title: Separation type: object properties: idSeparation: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> received: title: -- N/A -- type: string description: -- N/A -- alive: title: -- N/A -- type: string description: -- N/A -- description: title: -- N/A -- type: string description: -- N/A -- description: This entity will be returned on API Version 1 and 2 Proximity: title: Proximity type: object properties: idProximity: title: Unique VECTRONIC database identifier. type: integer description: VECTRONIC database ID format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> rssi: title: RSSI type: integer description: Signal strength between Proximity sender and receiver. format: int64 alive: title: -- N/A -- type: string description: -- N/A -- description: This entity will be returned on API Version 1 and 2 Mortality: type: object properties: idMortality: title: ID Mortality type: integer description: Unique VECTRONIC Entity ID for Mortality Record format: int64 readOnly: true idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> idKind: title: Kind ID type: integer description: Identifier for kind of mortality. <ul><li>0 - off</li><li>1 - Activity</li><li>2 - Temperature</li><li>3 - Activity & Temperature</li><li>4 - Resurrection</li></ul> format: int64 description: This entity will be returned on API Version 1 and 2 Mortality Implant: type: object properties: idMortalityImplant: title: ID Mortality Implant type: integer description: Unique VECTRONIC Entity ID for Mortality Record format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true idTransmitter: title: Transmitter ID type: integer description: Transmitter ID which sends this event. format: int64 acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code String type: string description: String representation of origin code heartRate: title: Shows dead or alive type: integer description: '<ul> <li>0 - Dead</li><li>255 - Alive</li></ul> ' format: int64 temperature: title: Temperature type: number description: Recorded temperature in 掳C format: double reserved: title: -- N/A -- type: integer description: -- N/A -- format: int64 description: This entity will be returned on API Version 1 and 2 GPS Position: title: GPS Position type: object properties: idPosition: title: VECTRONIC database ID type: integer description: Unique VECTRONIC database identifier. format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time example: 2000-01-01T00:00:00Z scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time example: 2000-01-01T00:00:00Z originCode: title: Origin Code String type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> ecefX: title: Earth Centered Earth Fixed X direction type: integer description: Earth Centered Earth Fixed X direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefY: title: Earth Centered Earth Fixed Y direction type: integer description: Earth Centered Earth Fixed Y direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection of the prime meridian with the equator. format: int32 ecefZ: title: Earth Centered Earth Fixed Z direction type: integer description: Earth Centered Earth Fixed Z direction is the cartesian coordinate where the origin is the center of the earth. The x direction is the intersection from the center of the earth to the north pole. format: int32 latitude: title: WGS 84 Latitude type: number format: double longitude: title: WGS 84 Longitude type: number format: double height: title: WGS 84 Height type: integer format: int32 dop: title: Dilution of Precision type: number format: float idFixType: title: Code value for GPS Fixtype. type: integer description: Code value for GPS Fixtype. <ul><li>0 - No Fix</li><li>1 - GPS-1 Sat</li><li>2 - GPS-2 Sat</li><li>3 - GPS-2D</li><li>4 - GPS-3D</li><li>5 - val. GPS-3D</li></ul> format: int32 positionError: title: -- N/A -- type: number description: -- N/A -- format: float satCount: title: Amount of visible satellites. type: integer format: int32 ch01SatId: title: Satellite ID of Channel 1 type: integer format: int32 ch01SatCnr: title: Satellite CNR of Channel 1 type: integer format: int32 ch02SatId: title: Satellite ID of Channel 2 type: integer format: int32 ch02SatCnr: title: Satellite CNR of Channel 2 type: integer format: int32 ch03SatId: title: Satellite ID of Channel 3 type: integer format: int32 ch03SatCnr: title: Satellite CNR of Channel 3 type: integer format: int32 ch04SatId: title: Satellite ID of Channel 4 type: integer format: int32 ch04SatCnr: title: Satellite CNR of Channel 4 type: integer format: int32 ch05SatId: title: Satellite ID of Channel 5 type: integer format: int32 ch05SatCnr: title: Satellite CNR of Channel 5 type: integer format: int32 ch06SatId: title: Satellite ID of Channel 6 type: integer format: int32 ch06SatCnr: title: Satellite CNR of Channel 7 type: integer format: int32 ch07SatId: title: Satellite ID of Channel 7 type: integer format: int32 ch07SatCnr: title: Satellite CNR of Channel 8 type: integer format: int32 ch08SatId: title: Satellite ID of Channel 8 type: integer format: int32 ch08SatCnr: title: Satellite CNR of Channel 8 type: integer format: int32 ch09SatId: title: Satellite ID of Channel 9 type: integer format: int32 ch09SatCnr: title: Satellite CNR of Channel 9 type: integer format: int32 ch10SatId: title: Satellite ID of Channel 10 type: integer format: int32 ch10SatCnr: title: Satellite CNR of Channel 10 type: integer format: int32 ch11SatId: title: Satellite ID of Channel 11 type: integer format: int32 ch11SatCnr: title: Satellite CNR of Channel 11 type: integer format: int32 ch12SatId: title: Satellite ID of Channel 12 type: integer format: int32 ch12SatCnr: title: Satellite CNR of Channel 12 type: integer format: int32 idMortalityStatus: title: Code value of mortality status. type: integer format: int32 activity: title: -- N/A -- type: integer description: -- N/A -- format: int32 mainVoltage: title: Voltage indicator of main battery. type: number format: float backupVoltage: title: Voltage indicator of backup / beacon battery. type: number format: float temperature: title: Temperature type: number format: float transformedX: title: -- N/A -- type: number description: -- N/A -- format: double transformedY: title: -- N/A -- type: number description: -- N/A -- format: double description: This entity will be returned on API Version 1 and 2 readOnly: true deprecated: true Activity: type: object properties: idActivity: title: ID Activity type: integer description: Unique VECTRONIC Entity ID for Activity Record format: int64 idCollar: title: Collar ID type: integer description: Unique VECTRONIC Collar ID format: int64 readOnly: true acquisitionTime: title: Acquisition time type: string description: Timestamp from device when the record are recorded format: date-time scts: title: SCTS - Service Center Timestamp type: string description: Timestamp when the record received format: date-time originCode: title: Origin Code type: string description: Code to identify the origin of this record. <ul><li>I - Iridium</li><li>G - Globalstar</li><li>S - GSM SMS</li><li>F - GSM FTP</li><li>C - Collar</li><li>A - Argos</li><li>T - Terminal</li><li>0 - Unknown</li></ul> activityModeCode: title: Activity Mode Code type: integer description: Code value for activity mode. <ul><li>0 - No Activity Available</li><li>1 - 300s Activity Measurement</li><li>2 - 152s Activity Measurement</li><li>3 - 64s Activity Measurement</li><li>4 - Activity Measurement</li><li>5 - Head Angle / Acceleration Threshold</li><li>6 - Acceleration Peak / Threshold</li><li>7 - Avg. Fort-Back / Up-Down Raw Data</li><li>8 - Test Mode A</li><li>9 - Test Mode B</li><li>10 - Test Mode C</li></ul> format: int64 activityModeDt: title: Activity Mode Delta T type: integer description: Time in seconds between the records. format: int64 activity1: title: Activity Channel 1 type: integer description: Activity value on channel 1. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 activity2: title: Activity Channel 2 type: integer description: Activity value on channel 2. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 activity3: title: Activity Channel 3 type: integer description: Activity value on channel 3. The value is determined over 300s and the average value of 300 measurements on Vertex Lite and Vertex Survey devices and 1200 measurements on Vertex Plus for higher accuracy. format: int64 temperature: title: Temperature type: number description: Recorded temperature in 掳C. Measurement interval is from -40 掳C up to 125 掳C format: double description: This entity will be returned on API Version 1 and 2. <br> Activity will only be transmitted via Collar and Terminal.