Search assets by text
GET {{url}}/exchange/api/v1/assets?search={{search_text}}
Generated from a curl request:
curl -X POST -H Authorization: Bearer {{token}}
-H Content-Type: application/json
-d '{
displayName
: “CustomFieldTest”,
tagKey
: “TagKeyTest”,
dataType
: text
,
assetTypeRestrictions
: []
}
' [https://anypoint.mulesoft.com/exchange/api/v1/organizations/59995d29-ebe2-43d9-a52b-766683fd41a7/fields\\
](https://anypoint.mulesoft.com/exchange/api/v1/organizations/59995d29-ebe2-43d9-a52b-766683fd41a7/fields)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |