Get Requests By Id
Get single request by ID
Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/search/requests/{id}
COPY
Path Parameters
integer
id
Required
id
Responses
200
successful operation
Returns Request of type(s) application/json
{
"id": 0,
"federationId": "string",
"communitiesUser": "string",
"title": "string",
"request": "string",
"created": "string",
"lastUpdated": "string",
"complete": false,
"duplicateRequestId": 0,
"categories": [
{
"id": 0,
"parentId": 0,
"type": "string",
"name": "string",
"version": "string"
}
],
"tags": [
{
"id": 0,
"parentId": 0,
"category": "string",
"name": "string"
}
],
"solutions": [
{
"id": 0,
"requestId": 0,
"federationId": "string",
"communitiesUser": "string",
"description": "string",
"comments": [
{
"id": 0,
"parentId": 0,
"type": "string",
"federationId": "string",
"communitiesUser": "string",
"comment": "string",
"created": "string",
"lastUpdated": "string"
}
],
"created": "string",
"lastUpdated": "string",
"acceptedSolution": false,
"linkedSampleId": 0
}
],
"comments": [
{
"id": 0,
"parentId": 0,
"type": "string",
"federationId": "string",
"communitiesUser": "string",
"comment": "string",
"created": "string",
"lastUpdated": "string"
}
],
"assignments": [
{
"id": 0,
"requestId": 0,
"federationId": "string",
"communitiesUser": "string",
"created": "string"
}
],
"state": "string",
"favoriteCount": 0
}
integer As int32 As int32
id
Optional
id
string
federationId
Optional
federationId
string
communitiesUser
Optional
communitiesUser
string
title
Optional
title
string
request
Optional
request
string As date-time As date-time
created
Optional
created
string As date-time As date-time
lastUpdated
Optional
lastUpdated
boolean
complete
Optional
complete
integer As int32 As int32
duplicateRequestId
Optional
duplicateRequestId
string
state
Optional
state
Possible values are : NEW, IN_PROGRESS, COMPLETE,
integer As int32 As int32
favoriteCount
Optional
favoriteCount
404
The Request was not found.
Operation doesn't return any data structure
Search Operations
GET
Get All Requests
GET
Get All Requests Tags
GET
Get All Samples
GET
Get All Solutions
GET
Get All Tags
GET
Get Events By Federation Id
GET
Get Request Favorites
GET
Get Requests By Category Type
GET
Get Requests By Category Type And Version
GET
Get Requests By Communities User
GET
Get Requests By Federation Id
GET
Get Requests By Id
GET
Get Requests By State
GET
Get Requests By Tag Category And Name
GET
Get Requests By Tag Name
GET
Get Sample By Id
GET
Get Sample Downloads
GET
Get Sample Favorites
GET
Get Samples By Category
GET
Get Samples By Category And Version
GET
Get Samples By Communities User
GET
Get Samples By Federation Id
GET
Get Samples By Name
GET
Get Samples By Tag Category And Name
GET
Get Samples By Tag Name
GET
Get Server Info Object
GET
Get Solutions By Id
GET
Search Requests
GET
Search Samples
GET
Search Samples Paginated