AMCS Group LocationData API
The LocationData API from AMCS Group — 5 operation(s) for locationdata.
The LocationData API from AMCS Group — 5 operation(s) for locationdata.
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-locationdata-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 Location Data 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: LocationData
paths:
/udf/locationDatas/changes:
get:
tags:
- LocationData
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_ApiUdfLocationDataResource'
/udf/locationDatas/template:
get:
tags:
- LocationData
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResult_ApiUdfLocationDataResource'
/udf/locationDatas/{id}:
get:
tags:
- LocationData
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_ApiUdfLocationDataResource'
/udf/locationDatas/{id}/blob/{blobMemberName}:
get:
tags:
- LocationData
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
/udf/locationDatas:
get:
tags:
- LocationData
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_ApiUdfLocationDataResource'
components:
schemas:
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
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type:
- string
- 'null'
cursor:
type:
- string
- 'null'
additionalProperties: false
ApiResourceChanges_ApiUdfLocationDataResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationData'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfLocation:
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'
title:
type:
- string
- 'null'
rows:
type: integer
format: int32
columns:
type: integer
format: int32
udFs:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfMetadata'
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
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type:
- integer
- 'null'
format: int32
additionalProperties: false
ApiResourceResultCollection_ApiUdfLocationDataResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationData'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
additionalProperties: false
ApiResourceResult_ApiUdfLocationDataResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationData'
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfMetadata:
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'
fieldName:
type:
- string
- 'null'
dataType:
type:
- string
- 'null'
required:
type: boolean
description:
type:
- string
- 'null'
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfLocationData:
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'
businessObjectName:
type:
- string
- 'null'
components:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocation'
udFs:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfMetadata'
additionalProperties: false
ApiResourceResultEntity_ApiUdfLocationDataResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationData'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
additionalProperties: false
ApiResourceErrors:
type: object
properties:
errors:
type:
- string
- 'null'
additionalProperties: false