How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OutSystems Assets API

The Assets API from OutSystems — 19 operation(s) for assets.

OutSystems Assets API is one of 37 APIs that OutSystems publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Assets. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 22 operations across 19 paths, and defines 37 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against 6 base URLs: https://ODC_PORTAL_DOMAIN/api/asset-repository/v1, https://{odc-portal-domain}/api/asset-repository/v1, https://ODC_PORTAL_DOMAIN/api/code-quality/v1, https://{odc-portal-domain}/api/code-quality/v1, https://ODC_PORTAL_DOMAIN/api/dependency-management/v1, https://{odc-portal-domain}/api/dependency-management/v1.

22 operations 19 paths 37 schemas 1 DELETE18 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://{odc-portal-domain}/api/identity/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

OutSystems Assets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — Enter your bearer token in the format 'Bearer {token}'

Paths & Operations 22

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

Assets 22
POST
/assets
Creates a new revision of an asset.
AssetRepository_CreateAssetRevision body → 201400401403429default
GET
/assets
Lists all assets.
AssetRepository_ListAssets 15 params → 200401403404429default
DELETE
/assets/{assetKey}
Deletes an asset.
AssetRepository_DeleteAsset 1 param → 204404400401403429default
GET
/assets/{assetKey}
Gets the latest revision of a specific asset.
AssetRepository_GetAsset 2 params → 200401403404429default
GET
/assets/{assetKey}/highest-tag-revision
Gets the highest-tagged revision of an asset.
AssetRepository_GetApplicationHighestTagRevision 2 params → 200401403404429default
GET
/assets/{assetKey}/latest-revision
Gets the latest revision of an asset.
AssetRepository_GetAssetLatestRevision 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}
Gets a specific revision of an asset.
AssetRepository_GetAssetRevision 3 params → 200401403404429default
PATCH
/assets/{assetKey}/revisions/{revisionNumber}
Sets the version tag and/or labels for an existing revision.
AssetRepository_PatchVersion 2 params body → 204400401403404429
GET
/assets/{assetKey}/revisions/{revisionNumber}/icon
Gets the icon for a specific asset revision.
AssetRepository_GetAssetRevisionIcon 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/metadata
Gets the metadata for a specific asset revision.
AssetRepository_GetAssetRevisionMetadata 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/release-notes
Gets the release notes for a specific asset revision.
AssetRepository_GetAssetRevisionReleaseNotes 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/signature
Gets the signature for a specific asset revision.
AssetRepository_GetAssetRevisionSignature 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/source-code
Gets the source code for a specific asset revision.
AssetRepository_GetAssetRevisionSourceCode 2 params → 200401403404429default
GET
/assets/{assetKey}/revisions
Lists all revisions of an asset.
AssetRepository_ListAssetRevisions 11 params → 200401403404429default
POST
/assets/search
Lists all assets versions according to the combined key/digest/revision filter.
AssetRepository_ListMultipleAssetRevisions body → 200401403404429default
GET
/assets/{assetKey}/revisions/{revision}/analysis-summary
Retrieves the analysis summary for an asset revision.
FindingsOverviewControllerV_GetAssetRevisionFindingsSummary 2 params → 200401403404default
GET
/assets/{assetKey}/consumers
Lists all consumer assets of an asset.
DependencyManagement_ListAssetConsumers 5 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/producer-graph
Lists the producer assets that a specific asset revision depends on.
DependencyManagement_ListAssetProducerGraph 6 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/producers
Lists the producer assets that a specific asset revision depends on.
DependencyManagement_ListAssetProducers 6 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/consumers
Lists all consumer assets of an asset revision.
DependencyManagement_ListAssetRevisionConsumers 6 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/public-elements
Lists all the public elements of a specific asset revision.
DependencyManagement_ListAssetRevisionPublicElements 4 params → 200401403404429default
GET
/assets/{assetKey}/revisions/{revisionNumber}/referenced-elements
Lists all public elements referenced by a specific asset revision.
DependencyManagement_ListReferencedElements 4 params → 200401403404429default

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are ApplicationVersion (34 properties), AssetRevisionV1 (16 properties), PublicElementStringTypes (12 properties), ReferencedElementStringTypes (12 properties). Each schema is shown below with its type and property counts.

BaseAssetMetadata
object
9 properties
ReferencedElementStringTypesListResponse
object
Represents a response containing a list of results.
1 property
AssetSignature
object
3 properties
AssetListFilter
object
2 properties
PageInfoWithTotals
object
Contains response page information including totals.
6 properties
AssetVersionPatchRequest
object
3 properties
ApplicationVersion
object
Represents a version of an application.
34 properties 2 required
ProblemDetails
object
A standardized error response as per RFC 7807 (Problem Details for HTTP APIs).
7 properties
AssetRevisionSummaryResponse
object
5 properties
PublicElementStringTypesListResponse
object
Represents a response containing a list of results.
1 property
AssetRevisionV1ListResponse
object
Represents a response containing a list of results.
1 property
AssetDependencyListResponse
object
Represents a response containing a list of results.
1 property
AssetIcon
object
2 properties
AssetRevisionV1PagedListResponse
object
Represents a response containing a paged set of results.
2 properties
ApplicationType
string
Enumeration of application types.
AssetVersionFilter
object
4 properties
AssetReleaseNoteContent
object
2 properties
AssetMetadata
object
10 properties
AssetDependencyProducer
object
10 properties 1 required
AssetVersionCreationRequest
object
7 properties
PublicElementStringTypes
object
Represents a public element of an asset.
12 properties
ProblemDetails_2
object
5 properties
AssetRevisionV1
object
16 properties 2 required
AssetDependencyWithProducerReferences
object
11 properties 1 required
AssetCreateFromTemplateRequest
object
5 properties
AssetDependencyWithProducerReferencesListResponse
object
Represents a response containing a list of results.
1 property
ReferencedElementStringTypes
object
12 properties
AssetDependency
object
9 properties 1 required
AssetReleaseNote
object
2 properties
FindingsSummary
object
Overview of Finding Summary by categories and severities
1 property
PermissionType
string
CodeAnalysisCategories
object
Finding Counts for all analysis categories and severities
4 properties
AssetDependencyProducerListResponse
object
Represents a response containing a list of results.
1 property
AssetEmbeddingV1
object
5 properties
SeverityBreakdown
object
Findings Count grouped by severity level (Low, Medium, High, Critical)
4 properties
TemplateType
string
Enumeration of application template types.
AssetSourceCode
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

outsystems-assets-api-openapi.yml Raw ↑

Other APIs OutSystems publishes across the network.

OutSystems Remote MCP Server
OutSystems Analysis Status API
OutSystems Application Roles API
OutSystems Assets Quality Metrics API
OutSystems Build API
OutSystems Build Operations API
OutSystems Code Analyses API
OutSystems Deletion Analyses API
OutSystems Deployed Assets API
OutSystems Deployment Analyses API
OutSystems Deployment Operations API
OutSystems Domains API
Where this information came from

This is an independent, third-party profile of OutSystems Assets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.