Get a single Pack
开发环境
开发环境
GET
/packs/{packId}
Packs
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/packs/123'
响应示例响应示例
200 - 示例 1
{
"sourceCodeVisibility": "private",
"overallRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"perConnectionRateLimit": {
"intervalSeconds": 3600,
"operationsPerInterval": 20
},
"featuredDocStatus": "docInaccessibleOrDoesNotExist",
"id": 1003,
"logoUrl": "string",
"coverUrl": "string",
"exampleImages": [
{
"filename": "string",
"imageUrl": "string",
"assetId": "string",
"altText": "string",
"mimeType": "image/jpeg"
}
],
"workspaceId": "ws-asdf",
"categories": [
{
"categoryId": "aBCdEFg",
"categoryName": "Project management",
"categorySlug": "project-management"
}
],
"certified": true,
"name": "Cool Geometry Formulas",
"description": "This Pack allows users to calculate the surface area and volume of a few common 3D shapes, like cubes and pyramids.",
"shortDescription": "Calculate cool geometric formulas like surface area.",
"supportEmail": "user@email.com",
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string"
}
请求参数
Path 参数
packId
integer
必需
>= 1
示例值:
123
返回响应
修改于 2024-03-20 08:13:15