AMCS Group Communication API
The Communication API from AMCS Group — 3 operation(s) for communication.
The Communication API from AMCS Group — 3 operation(s) for communication.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/amcs-group-communication-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Core AccessGroup Communication API
version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Communication
paths:
/comms/communications/changes:
get:
tags:
- Communication
summary: Retrieve changes
description: '| Property| Description|
| ----------------------------------------- | --------------------------------------------------------------------------------------------- |
| GUID| The GUID associated to the communication.|
| ClosedDate| The closed date of the communication.|
| ExternalReference| The external reference of the communication.|
| Notes| The notes of the communication.|
| OutcomeNotes| The outcome notes of the communication.|
| RelatedUserOwnerGuid| The GUID associated to the user owner of the communication. Filterable.|
| ReviewDate| The review date of communication.|
| CommunicationClassificationListItem| The GUID and description of the classification associated to the communication.|
| CommunicationTypeListItem| The GUID and description of the type associated to the communication.|
| CommunicationOutcomeListItem| The GUID and description of the outcome associated to the communication.|
| Followups[0] | A list of objects containing communication followups.|
| Followups[0].ClosedDate| The communication followup closed date.|
| Followups[0].RelatedUserAssignedToGuid | The GUID associated to the assigned user of communication followup.|
| Followups[0].IsDeleted | Whether the communication followup is deleted.|
| Followups[0].GUID| The GUID of the communication followup.|
| RouteVisits[0] | A list of objects containing communication routevisits.|
| RouteVisits[0].RelatedRouteVisitGuid| The GUID of the related route visit associated to communication route visit.|
| RouteVisits[0].IsDeleted | Whether the communication route visit is deleted.|
| RouteVisits[0].GUID| The GUID of the communication route visit.|
| DocumentBlobs[0]| The list of document blobs associated to the communication.|
| DocumentBlobs[0].GUID| The GUID associated to the document blob.|
| DocumentBlobs[0].IsDeleted| Whether the document blob is deleted.|
| DocumentBlobs[0].DocumentReference| The document reference of the document blob.|
| DocumentBlobs[0].DocumentName| The document name of the document blob.|
| DocumentBlobs[0].Description| The description of the document blob.|
| Jobs[0]| A list of objects containing communication jobs.|
| Jobs[0].RelatedJobGuid| The GUID of the related job associated to communication job.|
| Jobs[0].IsDeleted| Whether the communication job is deleted.|
| Jobs[0].GUID| The GUID of the communication job.|
| IsDeleted| Whether the communication is deleted.|
| RelatedUserAssignedToGuidFilter | Used to filter the assigned to user guid associated to the communication followup.|
| RelatedDocumentBlobGuidFilter| Used to filter the guid associated to the communication document blob.|
| RelatedRouteVisitGuidFilter| Used to filter the guid of RouteVisit associated to the communication route visit.|
| RelatedJobGuidFilter| Used to filter the guid of Job associated to the communication job.|
| FollowupGuidFilter| Used to filter the guid associated to the communication followup.|
| RouteVisitGuidFilter| Used to filter the guid associated to the communication route visit.|
| JobGuidFilter| Used to filter the guid associated to the communication job.|'
operationId: Communication_GetChanges
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ApiIntegratorCommunicationResource'
/comms/communications/{guid}:
get:
tags:
- Communication
summary: Find with GUID
description: '| Property| Description|
| ----------------------------------------- | --------------------------------------------------------------------------------------------- |
| GUID| The GUID associated to the communication.|
| ClosedDate| The closed date of the communication.|
| ExternalReference| The external reference of the communication.|
| Notes| The notes of the communication.|
| OutcomeNotes| The outcome notes of the communication.|
| RelatedUserOwnerGuid| The GUID associated to the user owner of the communication. Filterable.|
| ReviewDate| The review date of communication.|
| CommunicationClassificationListItem| The GUID and description of the classification associated to the communication.|
| CommunicationTypeListItem| The GUID and description of the type associated to the communication.|
| CommunicationOutcomeListItem| The GUID and description of the outcome associated to the communication.|
| Followups[0] | A list of objects containing communication followups.|
| Followups[0].ClosedDate| The communication followup closed date.|
| Followups[0].RelatedUserAssignedToGuid | The GUID associated to the assigned user of communication followup.|
| Followups[0].IsDeleted | Whether the communication followup is deleted.|
| Followups[0].GUID| The GUID of the communication followup.|
| RouteVisits[0] | A list of objects containing communication routevisits.|
| RouteVisits[0].RelatedRouteVisitGuid| The GUID of the related route visit associated to communication route visit.|
| RouteVisits[0].IsDeleted | Whether the communication route visit is deleted.|
| RouteVisits[0].GUID| The GUID of the communication route visit.|
| DocumentBlobs[0]| The list of document blobs associated to the communication.|
| DocumentBlobs[0].GUID| The GUID associated to the document blob.|
| DocumentBlobs[0].IsDeleted| Whether the document blob is deleted.|
| DocumentBlobs[0].DocumentReference| The document reference of the document blob.|
| DocumentBlobs[0].DocumentName| The document name of the document blob.|
| DocumentBlobs[0].Description| The description of the document blob.|
| Jobs[0]| A list of objects containing communication jobs.|
| Jobs[0].RelatedJobGuid| The GUID of the related job associated to communication job.|
| Jobs[0].IsDeleted| Whether the communication job is deleted.|
| Jobs[0].GUID| The GUID of the communication job.|
| IsDeleted| Whether the communication is deleted.|
| RelatedUserAssignedToGuidFilter | Used to filter the assigned to user guid associated to the communication followup.|
| RelatedDocumentBlobGuidFilter| Used to filter the guid associated to the communication document blob.|
| RelatedRouteVisitGuidFilter| Used to filter the guid of RouteVisit associated to the communication route visit.|
| RelatedJobGuidFilter| Used to filter the guid of Job associated to the communication job.|
| FollowupGuidFilter| Used to filter the guid associated to the communication followup.|
| RouteVisitGuidFilter| Used to filter the guid associated to the communication route visit.|
| JobGuidFilter| Used to filter the guid associated to the communication job.|'
operationId: Communication_Get
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ApiIntegratorCommunicationResource'
/comms/communications:
get:
tags:
- Communication
summary: Find with Filters
description: '| Property| Description|
| ----------------------------------------- | --------------------------------------------------------------------------------------------- |
| GUID| The GUID associated to the communication.|
| ClosedDate| The closed date of the communication.|
| ExternalReference| The external reference of the communication.|
| Notes| The notes of the communication.|
| OutcomeNotes| The outcome notes of the communication.|
| RelatedUserOwnerGuid| The GUID associated to the user owner of the communication. Filterable.|
| ReviewDate| The review date of communication.|
| CommunicationClassificationListItem| The GUID and description of the classification associated to the communication.|
| CommunicationTypeListItem| The GUID and description of the type associated to the communication.|
| CommunicationOutcomeListItem| The GUID and description of the outcome associated to the communication.|
| Followups[0] | A list of objects containing communication followups.|
| Followups[0].ClosedDate| The communication followup closed date.|
| Followups[0].RelatedUserAssignedToGuid | The GUID associated to the assigned user of communication followup.|
| Followups[0].IsDeleted | Whether the communication followup is deleted.|
| Followups[0].GUID| The GUID of the communication followup.|
| RouteVisits[0] | A list of objects containing communication routevisits.|
| RouteVisits[0].RelatedRouteVisitGuid| The GUID of the related route visit associated to communication route visit.|
| RouteVisits[0].IsDeleted | Whether the communication route visit is deleted.|
| RouteVisits[0].GUID| The GUID of the communication route visit.|
| DocumentBlobs[0]| The list of document blobs associated to the communication.|
| DocumentBlobs[0].GUID| The GUID associated to the document blob.|
| DocumentBlobs[0].IsDeleted| Whether the document blob is deleted.|
| DocumentBlobs[0].DocumentReference| The document reference of the document blob.|
| DocumentBlobs[0].DocumentName| The document name of the document blob.|
| DocumentBlobs[0].Description| The description of the document blob.|
| Jobs[0]| A list of objects containing communication jobs.|
| Jobs[0].RelatedJobGuid| The GUID of the related job associated to communication job.|
| Jobs[0].IsDeleted| Whether the communication job is deleted.|
| Jobs[0].GUID| The GUID of the communication job.|
| IsDeleted| Whether the communication is deleted.|
| RelatedUserAssignedToGuidFilter | Used to filter the assigned to user guid associated to the communication followup.|
| RelatedDocumentBlobGuidFilter| Used to filter the guid associated to the communication document blob.|
| RelatedRouteVisitGuidFilter| Used to filter the guid of RouteVisit associated to the communication route visit.|
| RelatedJobGuidFilter| Used to filter the guid of Job associated to the communication job.|
| FollowupGuidFilter| Used to filter the guid associated to the communication followup.|
| RouteVisitGuidFilter| Used to filter the guid associated to the communication route visit.|
| JobGuidFilter| Used to filter the guid associated to the communication job.|'
operationId: Communication_GetCollection
parameters:
- name: filter
in: query
schema:
type: string
- name: max
in: query
schema:
type: integer
format: int32
- name: page
in: query
schema:
type: integer
format: int32
- name: includeCount
in: query
schema:
type: boolean
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ApiIntegratorCommunicationResource'
components:
schemas:
ApiIntegratorCommunicationResource:
type: object
properties:
ClosedDate:
type: string
format: localDate
example: '2000-01-01'
ExternalReference:
type: string
Notes:
type: string
OutcomeNotes:
type: string
RelatedUserOwnerGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ReviewDate:
type: string
format: localDate
example: '2000-01-01'
CommunicationClassificationListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
CommunicationTypeListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
CommunicationOutcomeListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
Followups:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationFollowupResource'
RouteVisits:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationRouteVisitResource'
DocumentBlobs:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationDocumentBlobHashesResource'
Jobs:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationJobResource'
RelatedUserAssignedToGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedDocumentBlobGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedRouteVisitGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedJobGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
FollowupGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RouteVisitGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
JobGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsDeleted:
type: boolean
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiIntegratorCommunicationDocumentBlobHashesResource:
type: object
properties:
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsDeleted:
type: boolean
DocumentReference:
type: string
Description:
type: string
DocumentName:
type: string
ApiResourceStatus:
type: object
properties:
id:
type: integer
format: int32
isSuccess:
type: boolean
ApiIntegratorCommunicationFollowupResource:
type: object
properties:
ClosedDate:
type: string
format: localDate
example: '2000-01-01'
RelatedUserAssignedToGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsDeleted:
type: boolean
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiIntegratorCommunicationRouteVisitResource:
type: object
properties:
RelatedRouteVisitGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsDeleted:
type: boolean
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type: object
additionalProperties:
type: object
additionalProperties:
type: object
include:
type: object
additionalProperties:
type: array
items:
type: object
additionalProperties:
type: object
ApiResourceResultEntity_ApiIntegratorCommunicationResource:
type: object
properties:
resource:
$ref: '#/components/schemas/ApiIntegratorCommunicationResource'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceErrors:
type: object
properties:
errors:
type: string
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type: string
cursor:
type: string
ApiIntegratorListItemResource:
type: object
properties:
Description:
type: string
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiIntegratorCommunicationJobResource:
type: object
properties:
RelatedJobGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsDeleted:
type: boolean
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceChanges_ApiIntegratorCommunicationResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationResource'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultCollection_ApiIntegratorCommunicationResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorCommunicationResource'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type: integer
format: int32
ApiResourceResultEntityLinks:
type: object
properties:
self:
type: string
associations:
type: array
items:
type: string
expand:
type: array
items:
type: string
operations:
type: array
items:
type: string