Get Page Using GET 1
Returns a paginated list of catalog sources.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/catalog/api/admin/sources
COPY
Query Parameters
string of array
$orderby
Optional
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
integer
$skip
Optional
Number of records you want to skip
$skip example
1
integer
$top
Optional
Number of records you want
$top example
1
string
projectId
Optional
Find sources which contains items that can be requested in the given projectId
string
search
Optional
Matches will have this string in their name or description.
Responses
200
OK
Returns PageOfCatalogSource of type(s) application/json
{
"content": [
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"global": false,
"iconId": "string",
"id": "string",
"itemsFound": 0,
"itemsImported": 0,
"lastImportCompletedAt": "string",
"lastImportErrors": [
"string"
],
"lastImportStartedAt": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"projectId": "string",
"typeId": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
boolean
empty
Optional
empty
boolean
first
Optional
first
boolean
last
Optional
last
integer As int32 As int32
number
Optional
number
integer As int32 As int32
numberOfElements
Optional
numberOfElements
integer As int32 As int32
size
Optional
size
integer As int64 As int64
totalElements
Optional
totalElements
integer As int32 As int32
totalPages
Optional
totalPages
401
Unauthorized
Operation doesn't return any data structure
Catalog Sources Operations
DELETE
Delete Using DELETE 1
GET
Get Page Using GET 1
GET
Get Using GET 1
POST
Post Using POST 1