Search assets by search criteria.
GET {{baseUrl}}/assets?name=<string>&level=<string>&asset-type=<string>&external-id-key=<string>&external-id-value=<string>&parent-id=<string>&parent-external-id-key=<string>&parent-external-id-value=<string>&incoming-link-id=<string>&outgoing-link-id=<string>&property-id=<string>
Finds assets that matches the search criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | The asset name. | |
level | string | The asset level. | |
asset-type | string | The identifier of an asset type. | |
external-id-key | string | The externalId key. | |
external-id-value | string | The externalId value. | |
parent-id | string | The identifier of a parent asset. | |
parent-external-id-key | string | The externalKey value of a parent asset. | |
parent-external-id-value | string | The externalId value of a parent asset. | |
incoming-link-id | string | The identifier of an icoming linked asset. | |
outgoing-link-id | string | The externalKey value of an outgoing link. | |
property-id | string | A property identifier. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"ABCDE-1234","level":"ENTERPRISE","external-ids":{"empty":true},"name":"Sorting Machine 3","parent-id":"sed ullamco voluptate amet tempor","parent-external-ids":{"empty":true},"asset-types":["nostrud reprehenderit fugiat","fugiat"],"description":"Asset Description","properties":{"empty":false},"incoming-links":[{"asset-id":"veniam id","external-ids":{"empty":false},"description":"Material Flow","properties":{"empty":true},"link-classes":["Chute"]},{"asset-id":"deserunt qui","external-ids":{"empty":false},"description":"Material Flow","properties":{"empty":true},"link-classes":["Chute"]}],"outgoing-links":[{"asset-id":"Ut est in adipisicing","external-ids":{"empty":true},"description":"Material Flow","properties":{"empty":true},"link-classes":["Chute"]},{"asset-id":"Lorem est sunt","external-ids":{"empty":true},"description":"Material Flow","properties":{"empty":false},"link-classes":["Chute"]}],"meta":{"created-at":"2015-03-21T20:01:32.266Z","created-by":{"user-id":"consectetur tempor reprehenderit","user-name":"minim"},"modified-count":41505149,"modified-at":"1971-04-02T13:36:30.983Z","modified-by":{"user-id":"occaecat adipisicing","user-name":"dolore occaecat"}}},{"id":"ABCDE-1234","level":"CONTROL_MODULE","external-ids":{"empty":false},"name":"Sorting Machine 3","parent-id":"anim cillum enim deserunt","parent-external-ids":{"empty":false},"asset-types":["sunt in nulla","quis consequat"],"description":"Asset Description","properties":{"empty":false},"incoming-links":[{"asset-id":"cupidatat Lorem","external-ids":{"empty":true},"description":"Material Flow","properties":{"empty":false},"link-classes":["Chute"]},{"asset-id":"ut id qui laborum","external-ids":{"empty":false},"description":"Material Flow","properties":{"empty":true},"link-classes":["Chute"]}],"outgoing-links":[{"asset-id":"sunt dolore non ex velit","external-ids":{"empty":false},"description":"Material Flow","properties":{"empty":false},"link-classes":["Chute"]},{"asset-id":"ut sunt pariatur incididunt cupidatat","external-ids":{"empty":true},"description":"Material Flow","properties":{"empty":false},"link-classes":["Chute"]}],"meta":{"created-at":"1974-04-09T16:41:18.125Z","created-by":{"user-id":"cupidatat","user-name":"id"},"modified-count":5773371,"modified-at":"1970-12-24T18:52:28.123Z","modified-by":{"user-id":"sint incididunt exercitation officia","user-name":"Duis id"}}}]