Get Project List
GET
https://app.leiga.com/openapi/api/project/list
Project Module(project)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.leiga.com/openapi/api/project/list' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
Response Response Example
{
"code": "0",
"data": [
{
"archived": 1,
"pname": "xxx",
"id": 1,
"pkey": "xxx"
}
]
}
Request
Header Params
Content-Type
stringÂ
required
Example:
application/json
accessToken
stringÂ
required
Example:
{{accessToken}}
Responses
Modified at 2024-06-12 06:46:49