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

Event contact management

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

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

This API exposes 6 operations across 5 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.

6 operations 5 paths 6 schemas 1 DELETE2 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 Contacts 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 6

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

Contacts 6

Event contact management

GET
/event/{event-id}/apiContact/{contact-id}
Contact
getContact 2 params → 200401404
DELETE
/event/{event-id}/apiContact/{contact-id}
Delete Contact
deleteContact 2 params → 204401404
PATCH
/event/{event-id}/user/{user-id}/apiContact/{contact-id}
Contact by User
updateContactByUser 3 params body → 200401404
PATCH
/event/{event-id}/user/{user-id}/apiContacts
Contacts by User (Bulk Update)
updateContactsByUser 2 params body → 200401422
GET
/event/{event-id}/supplier/{supplier-id}/apiContacts
Contacts by Supplier
getContactsBySupplier 2 params → 200401404
POST
/event/{event-id}/user/{user-id}/supplier/{supplier-id}/apiContacts
Contacts by User and Supplier
createContactByUserAndSupplier 3 params body → 200401422

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ContactResponse (5 properties), ContactCreateRequest (3 properties), ContactUpdateRequest (3 properties), ContactListResponse (1 property). Each schema is shown below with its type and property counts.

ContactBulkUpdateRequest
object
Request body for bulk updating event contacts.
1 property
ContactUpdateRequest
object
Request body for updating an event contact.
3 properties
ContactCreateRequest
object
Request body for creating an event contact.
3 properties
ErrorResponse
object
Error response with validation details.
1 property
ContactResponse
object
Event contact details.
5 properties
ContactListResponse
object
List of event contacts.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jaggaer-contacts-api-openapi.yml Raw ↑

Other APIs JAGGAER publishes across the network.

JAGGAER Async API
JAGGAER Attributes API
JAGGAER Awards API
JAGGAER Bids 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