Skip to main content
Version: 24.3

assetdetail.v1

This endpoint provides a permalink URL for directly launching the Details view for an asset contained within Digital.ai Agility. The endpoint supports specifying an asset's OID Token or Number as a query parameter.

Examples

Opening a Details View with an OIDToken

The following requests the Details view for a Story by specifying its OID Token:

                <Server Base URI>/assetdetail.v1?oid=Story:1010

Opening a Details View with a Number

The following requests the Details view for a Story by specifying its Number:

            <Server Base URI>/assetdetail.v1?number=S-01001