Invendor ExtendedProperties API
The ExtendedProperties API from Invendor — 3 operation(s) for extendedproperties.
The ExtendedProperties API from Invendor — 3 operation(s) for extendedproperties.
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/invendor-extendedproperties-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: IO.Common Accounts Extended Properties API
version: '1.0'
servers:
- url: https://api.invendor.com
description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- OAuth2: []
tags:
- name: ExtendedProperties
paths:
/v1/ExtendedProperties/{affinity}:
get:
tags:
- ExtendedProperties
summary: Get global extended properties that are not attached to any object
operationId: Get global extended properties
parameters:
- name: affinity
in: path
description: ''
required: true
schema:
type: string
- name: Filter
in: query
schema:
type: string
- name: Page
in: query
schema:
type: integer
format: int32
- name: PageSize
in: query
schema:
type: integer
format: int32
- name: SortColumn
in: query
schema:
type: string
- name: SortOrder
in: query
schema:
type: string
- name: Account
in: query
description: Account
schema:
title: Account
type: int
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ExtendedPropertyPagedResult'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiErrorResponse'
'401':
description: Unauthorized
'403':
description: Forbidden
security:
- OAuth2:
- io.common
/v1/ExtendedProperties/{affinity}/{ownerId}:
get:
tags:
- ExtendedProperties
summary: Get extended properties for an extendable object
operationId: Get extended properties for the object
parameters:
- name: affinity
in: path
description: ''
required: true
schema:
type: string
- name: ownerId
in: path
description: ''
required: true
schema:
type: integer
format: int32
- name: Filter
in: query
schema:
type: string
- name: Page
in: query
schema:
type: integer
format: int32
- name: PageSize
in: query
schema:
type: integer
format: int32
- name: SortColumn
in: query
schema:
type: string
- name: SortOrder
in: query
schema:
type: string
- name: Account
in: query
description: Account
schema:
title: Account
type: int
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ExtendedPropertyPagedResult'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiErrorResponse'
'401':
description: Unauthorized
'403':
description: Forbidden
security:
- OAuth2:
- io.common
post:
tags:
- ExtendedProperties
summary: Create an extended property for an extendable object
operationId: Create extended property for the object
parameters:
- name: affinity
in: path
description: ''
required: true
schema:
type: string
- name: ownerId
in: path
description: ''
required: true
schema:
type: integer
format: int32
- name: Account
in: query
description: Account
schema:
title: Account
type: int
requestBody:
description: ''
content:
application/json-patch+json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/CreateExtendedPropertyRequest'
application/json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/CreateExtendedPropertyRequest'
text/json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/CreateExtendedPropertyRequest'
application/*+json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/CreateExtendedPropertyRequest'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Door'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiErrorResponse'
'401':
description: Unauthorized
'403':
description: Forbidden
security:
- OAuth2:
- io.common
/v1/ExtendedProperties/{affinity}/{ownerId}/{key}:
put:
tags:
- ExtendedProperties
summary: Update an extended property for an extendable object
operationId: Update extended property for the object
parameters:
- name: affinity
in: path
description: ''
required: true
schema:
type: string
- name: ownerId
in: path
description: ''
required: true
schema:
type: integer
format: int32
- name: key
in: path
description: ''
required: true
schema:
type: string
- name: Account
in: query
description: Account
schema:
title: Account
type: int
requestBody:
description: ''
content:
application/json-patch+json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/UpdateExtendedPropertyRequest'
application/json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/UpdateExtendedPropertyRequest'
text/json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/UpdateExtendedPropertyRequest'
application/*+json; x-api-version=1.0:
schema:
$ref: '#/components/schemas/UpdateExtendedPropertyRequest'
responses:
'200':
description: Success
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiErrorResponse'
'401':
description: Unauthorized
'403':
description: Forbidden
security:
- OAuth2:
- io.common
delete:
tags:
- ExtendedProperties
summary: Delete an extended property for an extendable object
operationId: Delete extended property for the object
parameters:
- name: affinity
in: path
description: ''
required: true
schema:
type: string
- name: ownerId
in: path
description: ''
required: true
schema:
type: integer
format: int32
- name: key
in: path
description: ''
required: true
schema:
type: string
- name: Account
in: query
description: Account
schema:
title: Account
type: int
responses:
'200':
description: Success
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiErrorResponse'
'401':
description: Unauthorized
'403':
description: Forbidden
security:
- OAuth2:
- io.common
components:
schemas:
ApiErrorResponse:
type: object
properties:
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Error'
additionalProperties: false
ExtendedPropertyPagedResult:
type: object
properties:
pageSize:
type: integer
format: int32
readOnly: true
page:
type: integer
format: int32
readOnly: true
totalCount:
type: integer
format: int32
readOnly: true
filteredCount:
type: integer
format: int32
readOnly: true
data:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/ExtendedProperty'
readOnly: true
additionalProperties: false
Door:
type: object
properties:
id:
type:
- string
- 'null'
name:
type:
- string
- 'null'
additionalProperties: false
ExtendedProperty:
type: object
properties:
affinity:
$ref: '#/components/schemas/ExtendedPropertyAffinity'
ownerId:
type: integer
format: int32
key:
type:
- string
- 'null'
value:
type:
- string
- 'null'
additionalProperties: false
ExtendedPropertyAffinity:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 14
- 15
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 31
- 33
- 34
- 35
- 81
- 100
- 101
- 102
- 103
- 104
- 105
- 200
- 201
- 210
- 211
- 220
- 230
- 240
- 241
- 300
- 310
- 311
- 400
- 401
type: integer
format: int32
Error:
type: object
properties:
code:
type:
- string
- 'null'
message:
type:
- string
- 'null'
additionalProperties: false
UpdateExtendedPropertyRequest:
type: object
properties:
value:
type:
- string
- 'null'
additionalProperties: false
CreateExtendedPropertyRequest:
type: object
properties:
key:
type:
- string
- 'null'
value:
type:
- string
- 'null'
additionalProperties: false
securitySchemes:
OAuth2:
type: oauth2
flows:
authorizationCode:
authorizationUrl: https://identity.scanbro.com/connect/authorize
tokenUrl: https://identity.scanbro.com/connect/token
scopes:
io.common: default scope