GET /groups/{group_guid}/qr-codes
Retrieves a list of QR codes matching the filter settings. Values are in reverse chronological order. The pagination occurs by calling the next link in the pagination response object.
Servers
- https://api-ssl.bitly.com/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
group_guid |
String | Yes |
A GUID for a Bitly group |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
qrc_type[] |
Array | No |
Default value: [ "bitlink", "long_url" ] |
creating_login[] |
Array | No |
Filter by the login of the authenticated user that created the QR Code |
size |
Integer | No |
The quantity of items to be be returned Default value: 50 |
archived |
String | No |
Whether or not to include archived resources Valid values:
Default value: "off" |
is_expired |
String | No |
filter bitlinks by expiration status Valid values:
Default value: "both" |
created_before |
Integer | No |
Timestamp as an integer unix epoch (seconds only) |
has_expiration |
String | No |
filter bitlinks by presence of expiration Valid values:
Default value: "both" |
is_gs1 |
String | No |
a filter value if the resource is a GS1 QR code Valid values:
Default value: "both" |
search_after |
String | No |
Token used to search next batch of qr codes, only use response from API as input value. |
has_render_customizations |
String | No |
Whether or not QRCode has any render customizations (like color or shape changes) Valid values:
Default value: "both" |
query |
String | No |
The value that you would like to search |
hostname_path_query |
String | No |
The hostname and/or path you would like to search (case-insensitive). Subdomains included; query params and fragment ignored. |
tags[] |
Array | No |
Filter by given tags |
created_after |
Integer | No |
Timestamp as an integer unix epoch (seconds only) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.