Querying Enterprise Projects That Are Added to Favorites
Function
This API is used to query enterprise projects that are added to favorites. You can filter resources by enterprise project to quickly view resources.
URI
GET /v1/enterprise-project-collect
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
id |
No |
String |
Definition Unique ID. Constraints N/A Range N/A Default value N/A |
|
marker |
No |
String |
Definition Pagination query parameter, which is the last ID of the request on the previous page. Constraints N/A Range N/A Default value N/A |
|
limit |
Yes |
Integer |
Definition Number of items displayed on each page when the pagination query is performed. Constraints N/A Range The value can be customized. The value range is 1 to 500. Default value N/A |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Array of data objects |
Definition Objects that are added to favorites. Range The list contains 0 to 500 items. |
Example Requests
Query enterprise projects that are added to favorites.
GET https://{Endpoint}/v1/enterprise-project-collect?limit=1
Example Responses
Status code: 200
The enterprise projects that are added to favorites are queried.
{
"data" : [ {
"id" : "67f377fb82f8e23d90f75574",
"user_id" : "653989085ba7487184d7cf219b8aa51e",
"ep_id_list" : [ "0", "a30b64a9-4b25-46b1-b063-ed477ee94069", "fae3f65d-43b1-4ec6-bd0f-ba23c3d1df05" ]
} ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
The enterprise projects that are added to favorites are queried. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot