Retrieve all transaction type ids
| Http method | GET |
| Path | /api/rawtransactions/list/alltypes |
| Request parameters | None |
| Reference | Coming soon |
Response
| Code | Meaning |
|---|---|
| 200 | Get data successfully. |
| 400 | Required fields aren’t provided. |
| 401 | Access token is not valid. |
| 403 | Token has no permission. |
Response body JSON format
{
"commitmentIds": [
558,
557,
556,
...
],
"capitalCallIds": [
1,
2,
3,
...
],
"fundOperationIds": [
1,
2,
3,
...
],
"dealIds": [
669,
666,
667
],
"valuationIds":[
1,
2,
3,
...
],
"investeeFundCommitmentIds": [
242,
241,
240,
...
],
"investeeCapitalCallIds": [
1,
2,
3,
...
],
"investeeFundValuationIds": [
1,
2,
3,
...
],
"journalIds": [
1,
2,
3,
...
]
} Updated about 17 hours ago
