Skip to main content

get_tags

GET /tags

Get all the tags of the company

require 'rest-client'

RestClient::Request.execute method: :get,
url: 'https://api.diduenjoy.com/api/v1/tags',
user: 'PUT-YOUR-API-KEY-HERE'

---------------Filter--------------------------
require 'rest-client'

RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/tags?filter[name]=Delivery",
user: 'PUT-YOUR-API-KEY-HERE'

attributes

attributedescription
name
string
name of the tag

optional parameters "filter"

parameterdescription
name
string
return all tags whose name contains name.