get https://{baseUrl}/api/assetmapping/getMappingsAsAssets/////
Finds all mappings
Log in to see full request history
Response
Finds all mappings
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/assetmapping/getMappingsAsAssets/intId/strSortBy/strDirection/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
13{
"totalItems": 0,
"items": [
{
"id": 0,
"name": "string",
"assetType": "string",
"otherTrackingNumber": "string",
"manufacturer": "string",
"operatingSystem": "string"
}
]
}