Get Project List
GET
/project/listRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
archived
integer <int32>
optional
Archived (1:Yes, 0:No)
pname
string
optional
Project Name
id
integer <int64>
optional
Project ID
pkey
string
optional
Project Key
Example
{
"code": "0",
"data": [
{
"archived": 1,
"pname": "xxx",
"id": 1,
"pkey": "xxx"
}
]
}
Last modified: 6 months ago