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 Items API

Event item management

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

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

This API exposes 7 operations across 5 paths, and defines 7 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 5 paths 7 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 Items 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 5 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.

Items 7

Event item management

GET
/event/{event-id}/apiItem/{item-id}
Item
getItem 2 params → 200401404
DELETE
/event/{event-id}/apiItem/{item-id}
Delete Item
deleteItem 2 params → 204401404
PATCH
/event/{event-id}/user/{user-id}/apiItem/{item-id}
Item by User
updateItemByUser 3 params body → 200401404
GET
/event/{event-id}/apiItems
Items
getItems 1 param → 200401404
GET
/event/{event-id}/apiItems/async
Items (Asynchronous)
getItemsAsync 1 param → 202401404
POST
/event/{event-id}/user/{user-id}/apiItems
Create Items by User
createItemsByUser 2 params body → 200401422
PATCH
/event/{event-id}/user/{user-id}/apiItems
Update Items by User (Bulk)
updateItemsByUser 2 params body → 200401422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ItemResponse (4 properties), ItemCreateRequest (3 properties), ItemUpdateRequest (3 properties), AsyncAcceptedResponse (1 property). Each schema is shown below with its type and property counts.

ItemListResponse
object
List of event line items.
1 property
ItemUpdateRequest
object
Request body for updating an event line item.
3 properties
ErrorResponse
object
Error response with validation details.
1 property
ItemBulkUpdateRequest
object
Request body for bulk updating event line items.
1 property
ItemCreateRequest
object
Request body for creating event line items.
3 properties
AsyncAcceptedResponse
object
Response returned when an asynchronous operation is accepted.
1 property
ItemResponse
object
Sourcing event line item details.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jaggaer-items-api-openapi.yml Raw ↑

Other APIs JAGGAER publishes across the network.

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