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

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:

  • "on"
  • "both"
  • "off"

Default value: "off"

is_expired String No

filter bitlinks by expiration status

Valid values:

  • "on"
  • "both"
  • "off"

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:

  • "on"
  • "both"
  • "off"

Default value: "both"

is_gs1 String No

a filter value if the resource is a GS1 QR code

Valid values:

  • "on"
  • "both"
  • "off"

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:

  • "on"
  • "both"
  • "off"

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.