1. RunSignup
  2. API
  3. Methods
  4. Get Canned Response Counts

Get Canned Response Counts

Gets the current counts of canned responses for ticket questions.

Response counts will only be returned for responses that have a response limit set, and for radio, checkbox, or select type questions (response_type_code = R, C, S).

Response Format

{
	"canned_response_counts": [
		{
			"question_id": 1,
			"response_counts": [
				{
					"response_id": 3,
					"response_count": 3
				}
			]
		},
		{
			"question_id": 2,
			"response_counts": [
				{
					"response_id": 4,
					"response_count": 1
				},
				{
					"response_id": 5,
					"response_count": 2
				}
			]
		}
	]
}

URL

https://api.runsignup.com/rest/v2/tickets/questions/canned-response-counts.json

HTTP Method

GET

API Caller Identification

Parameter HTTP Method Default Description Datatype
rsu_api_reg GET API caller token. If used, you must send the API caller password in an HTTP header named X-RSU-API-REG-SECRET. string
X-RSU-API-REG-SECRET HTTP Header API caller password. string

Parameters

Parameter HTTP Method Default Description Datatype
ticket_event_id
Required
GET ID of ticket event. uint
rsu_api_key GET API key. string
X-RSU-API-SECRET HTTP Header API secret. string
question_ids
Required
GET Question IDs. id_list

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.