GET api/pinches
Get all Pinches
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PinchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ExpirationPeriod | string |
None. |
|
| UserLimit | integer |
None. |
|
| AppTimeLimitHours | integer |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
|
| Status | PinchStatusEnum |
None. |
|
| CustomerGroup | NamedItem |
None. |
|
| Customer | NamedItem |
None. |
|
| App | AppSimpleDto |
None. |
|
| DailySchedule | Schedule |
None. |
|
| IsActive | boolean |
None. |
|
| Tags | Collection of string |
None. |
|
| PublishId | globally unique identifier |
None. |
|
| NotificationSettings | PinchNotificationDto |
None. |
|
| MessageSettings | PinchMessageSettingsDto |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "f713afad-6636-442d-9af8-8f26aa0dd099",
"Name": "sample string 2",
"Description": "sample string 3",
"ExpirationPeriod": "sample string 4",
"UserLimit": 5,
"AppTimeLimitHours": 6,
"ValidFrom": "2026-07-22T23:43:51.2322941+00:00",
"ValidTo": "2026-07-22T23:43:51.2322941+00:00",
"Status": "Draft",
"CustomerGroup": {
"Id": "71bd2fa6-abd4-4cd8-bc21-4a94413b3913",
"Name": "sample string 2"
},
"Customer": {
"Id": "71bd2fa6-abd4-4cd8-bc21-4a94413b3913",
"Name": "sample string 2"
},
"App": {
"NotificationType": "Bubble",
"Id": "fb7eb428-7656-41ba-9d6e-e12ea7058b47",
"Name": "sample string 2"
},
"DailySchedule": {
"From": "sample string 1",
"To": "sample string 2"
},
"IsActive": true,
"Tags": [
"sample string 1",
"sample string 2"
],
"PublishId": "d3663907-d30e-42f9-aa03-e5672b0b0d3d",
"NotificationSettings": {
"BubbleImageUrl": "sample string 1",
"ShowBubble": true,
"BarImageUrl": "sample string 3",
"OpenOnAppLaunch": true,
"OpenFromNotificationCenter": true,
"OpenOnAppRunning": true,
"BubbleIconId": 1,
"BubbleTitleNo": "sample string 7",
"BubbleTitleEn": "sample string 8",
"NotificationTextNo": "sample string 9",
"NotificationTextEn": "sample string 10",
"NotificationTitleNo": "sample string 11",
"NotificationTitleEn": "sample string 12",
"TriggerNotification": "sample string 13"
},
"MessageSettings": {
"MessageTitleNo": "sample string 1",
"MessageTitleEn": "sample string 2",
"MessageTextNo": "sample string 3",
"MessageTextEn": "sample string 4",
"MessageImageUrl": "sample string 5",
"MessageType": "sample string 6"
},
"ModifiedDate": "2026-07-22T23:43:51.2322941+00:00"
},
{
"Id": "f713afad-6636-442d-9af8-8f26aa0dd099",
"Name": "sample string 2",
"Description": "sample string 3",
"ExpirationPeriod": "sample string 4",
"UserLimit": 5,
"AppTimeLimitHours": 6,
"ValidFrom": "2026-07-22T23:43:51.2322941+00:00",
"ValidTo": "2026-07-22T23:43:51.2322941+00:00",
"Status": "Draft",
"CustomerGroup": {
"Id": "71bd2fa6-abd4-4cd8-bc21-4a94413b3913",
"Name": "sample string 2"
},
"Customer": {
"Id": "71bd2fa6-abd4-4cd8-bc21-4a94413b3913",
"Name": "sample string 2"
},
"App": {
"NotificationType": "Bubble",
"Id": "fb7eb428-7656-41ba-9d6e-e12ea7058b47",
"Name": "sample string 2"
},
"DailySchedule": {
"From": "sample string 1",
"To": "sample string 2"
},
"IsActive": true,
"Tags": [
"sample string 1",
"sample string 2"
],
"PublishId": "d3663907-d30e-42f9-aa03-e5672b0b0d3d",
"NotificationSettings": {
"BubbleImageUrl": "sample string 1",
"ShowBubble": true,
"BarImageUrl": "sample string 3",
"OpenOnAppLaunch": true,
"OpenFromNotificationCenter": true,
"OpenOnAppRunning": true,
"BubbleIconId": 1,
"BubbleTitleNo": "sample string 7",
"BubbleTitleEn": "sample string 8",
"NotificationTextNo": "sample string 9",
"NotificationTextEn": "sample string 10",
"NotificationTitleNo": "sample string 11",
"NotificationTitleEn": "sample string 12",
"TriggerNotification": "sample string 13"
},
"MessageSettings": {
"MessageTitleNo": "sample string 1",
"MessageTitleEn": "sample string 2",
"MessageTextNo": "sample string 3",
"MessageTextEn": "sample string 4",
"MessageImageUrl": "sample string 5",
"MessageType": "sample string 6"
},
"ModifiedDate": "2026-07-22T23:43:51.2322941+00:00"
}
]