AMCS Group Definition API
The Definition API from AMCS Group — 5 operation(s) for definition.
The Definition API from AMCS Group — 5 operation(s) for definition.
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-definition-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 Definition 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: Definition
paths:
/services/api/workflow/definitions/changes:
get:
tags:
- Definition
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ApiWorkflowDefinitionResource'
/services/api/workflow/definitions/template:
get:
tags:
- Definition
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResult_ApiWorkflowDefinitionResource'
/services/api/workflow/definitions/{id}:
get:
tags:
- Definition
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: links
in: query
schema:
type: string
- name: include
in: query
schema:
type: string
- name: expand
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ApiWorkflowDefinitionResource'
put:
tags:
- Definition
parameters:
- name: id
in: path
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
delete:
tags:
- Definition
parameters:
- name: id
in: path
required: true
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResource'
/services/api/workflow/definitions/{id}/blob/{blobMemberName}:
get:
tags:
- Definition
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: blobMemberName
in: path
required: true
schema:
type: string
- name: fileName
in: query
schema:
type: string
- name: contentType
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
type: string
format: binary
/services/api/workflow/definitions:
get:
tags:
- Definition
parameters:
- name: filter
in: query
schema:
type: string
- name: search
in: query
schema:
type: string
- name: order
in: query
schema:
type: string
- name: max
in: query
schema:
type: string
- name: page
in: query
schema:
type: string
- name: includeCount
in: query
schema:
type: string
- name: includeDeleted
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ApiWorkflowDefinitionResource'
post:
tags:
- Definition
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
components:
schemas:
ApiResourceId:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type: integer
format: int32
additionalProperties: false
ApiResourceStatus:
type: object
properties:
id:
type:
- integer
- 'null'
format: int32
isSuccess:
type: boolean
additionalProperties: false
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type:
- object
- 'null'
additionalProperties:
type:
- object
- 'null'
additionalProperties: {}
include:
type:
- object
- 'null'
additionalProperties:
type:
- array
- 'null'
items:
type: object
additionalProperties: {}
additionalProperties: false
ApiResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
additionalProperties: false
ApiResourceChanges_ApiWorkflowDefinitionResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Workflow.ApiWorkflowDefinition'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
additionalProperties: false
AMCS.Data.Entity.Workflow.ApiWorkflowDefinition:
type: object
properties:
isValid:
type: boolean
readOnly: true
id:
type:
- integer
- 'null'
format: int32
readOnly: true
id32:
type: integer
format: int32
readOnly: true
guid:
type:
- string
- 'null'
format: uuid
lastChangeReasonId:
type:
- integer
- 'null'
format: int32
tempIdentifier:
type:
- string
- 'null'
providerName:
type:
- string
- 'null'
tenantId:
type:
- string
- 'null'
workflowDefinitionId:
type: string
format: uuid
name:
type:
- string
- 'null'
definition:
type:
- string
- 'null'
designerUrl:
type:
- string
- 'null'
version:
type:
- string
- 'null'
lastModifiedDate:
type: string
format: dateTime
example: '2000-01-01 00:00:00.000'
additionalProperties: false
ApiResourceResult_ApiWorkflowDefinitionResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Workflow.ApiWorkflowDefinition'
additionalProperties: false
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type:
- string
- 'null'
cursor:
type:
- string
- 'null'
additionalProperties: false
ApiResourceResultCollection_ApiWorkflowDefinitionResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Workflow.ApiWorkflowDefinition'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
additionalProperties: false
ApiResourceResultEntity_ApiWorkflowDefinitionResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Workflow.ApiWorkflowDefinition'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
additionalProperties: false
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type:
- integer
- 'null'
format: int32
additionalProperties: false
ApiResourceResultEntityLinks:
type: object
properties:
self:
type:
- string
- 'null'
associations:
type:
- array
- 'null'
items:
type: string
expand:
type:
- array
- 'null'
items:
type: string
operations:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
ApiResourceErrors:
type: object
properties:
errors:
type:
- string
- 'null'
additionalProperties: false