Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anyone help me in conntecting to GITLAB Rest API and Getting Data To Qlik Sense...![]()
Yes. Hello. You'll need to start with something like this for the API docs: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/api/issues.md
Keep in mind that they rate-limit and tier/attach premiums to endpoints like the epics.
++FIELD/OPTION++ | ++VALUE++ | ++Look in header++
Pagination Type | Offset | No
'Start' Parameter name | page | No
'Start' initial Value | 1 | No
'Count' parameter name|per_page|No
'Count' initial value | 1 | No
'Total records' path | X-Total-Pages | Yes
Data indicator path | - | -
Yes. Hello. You'll need to start with something like this for the API docs: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/api/issues.md
Keep in mind that they rate-limit and tier/attach premiums to endpoints like the epics.
++FIELD/OPTION++ | ++VALUE++ | ++Look in header++
Pagination Type | Offset | No
'Start' Parameter name | page | No
'Start' initial Value | 1 | No
'Count' parameter name|per_page|No
'Count' initial value | 1 | No
'Total records' path | X-Total-Pages | Yes
Data indicator path | - | -