Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

JAGGAER Attributes API

Event attribute management

JAGGAER Attributes API is one of 16 APIs that JAGGAER publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Attributes. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version v26.0.0.4.

Requests are made against a single base URL, https://ches.aso-api.jaggaer.com.

7 operations 3 paths 6 schemas 1 DELETE3 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v26.0.0.4
Base URL
https://ches.aso-api.jaggaer.com/
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

JAGGAER Attributes API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as X-Api-Key (apiKeyHeader). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 bearer token for authentication.
  • apiKeyHeader — API key passed as a request header.

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Attributes 7

Event attribute management

GET
/event/{event-id}/apiAttribute/{attribute-id}
Attribute
getAttribute 2 params → 200401404
PATCH
/event/{event-id}/apiAttribute/{attribute-id}
Update Attribute
updateAttribute 2 params body → 200401404422
DELETE
/event/{event-id}/apiAttribute/{attribute-id}
Delete Attribute
deleteAttribute 2 params → 204401404
GET
/event/{event-id}/apiAttributes
Attributes
getAttributes 1 param → 200401404
POST
/event/{event-id}/apiAttributes
Create Attribute
createAttribute 1 param body → 200401422
PATCH
/event/{event-id}/apiAttributes
Update Attributes (Bulk)
updateAttributes 1 param body → 200401422
GET
/event/{event-id}/attributeType/{attribute-type}/apiAttributes
Attributes by Type
getAttributesByType 2 params → 200401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AttributeResponse (4 properties), AttributeCreateRequest (3 properties), AttributeListResponse (1 property), AttributeUpdateRequest (1 property). Each schema is shown below with its type and property counts.

AttributeCreateRequest
object
Request body for creating an event attribute.
3 properties 2 required
ErrorResponse
object
Error response with validation details.
1 property
AttributeBulkUpdateRequest
object
Request body for bulk updating event attributes.
1 property
AttributeResponse
object
Sourcing event attribute details.
4 properties
AttributeUpdateRequest
object
Request body for updating an event attribute.
1 property
AttributeListResponse
object
List of sourcing event attributes.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jaggaer-attributes-api-openapi.yml Raw ↑

Other APIs JAGGAER publishes across the network.

JAGGAER Async API
JAGGAER Awards API
JAGGAER Bids API
JAGGAER Contacts API
JAGGAER Customer Hosts API
JAGGAER Events API
JAGGAER Items API
JAGGAER Jobs API
JAGGAER Locations API
JAGGAER Rates API
JAGGAER Scenarios API
JAGGAER Suppliers API