Get Meta Properties
Retrieve properties related to a meta.
Path Parameters
projectId string required
metaId string required
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
cases object[] nullable
id string nullable
lineCount int64
status int32
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
]
uploadedFileName string nullable
createdUtc date-time nullable
filename string nullable
id string nullable
name string nullable
{
"cases": [
{
"id": "string",
"lineCount": 0,
"status": 0,
"uploadedFileName": "string"
}
],
"createdUtc": "2025-01-13T15:06:26.846Z",
"filename": "string",
"id": "string",
"name": "string"
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...