GET api/pinches
Get all Pinches
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PinchDtoName | 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": "b0d9cfd1-a25f-4c39-838b-042254fd0a5e", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-20T05:32:36.3569359+00:00", "ValidTo": "2025-03-20T05:32:36.3569359+00:00", "Status": "Draft", "CustomerGroup": { "Id": "58c2c77e-4b4b-4269-a223-dcb2a79715c3", "Name": "sample string 2" }, "Customer": { "Id": "58c2c77e-4b4b-4269-a223-dcb2a79715c3", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "ecd6e2a6-d2bb-4995-a8e8-13b27473179a", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "6bee9e13-a5fc-4edc-a694-6ab8257b2871", "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": "2025-03-20T05:32:36.3669369+00:00" }, { "Id": "b0d9cfd1-a25f-4c39-838b-042254fd0a5e", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-20T05:32:36.3569359+00:00", "ValidTo": "2025-03-20T05:32:36.3569359+00:00", "Status": "Draft", "CustomerGroup": { "Id": "58c2c77e-4b4b-4269-a223-dcb2a79715c3", "Name": "sample string 2" }, "Customer": { "Id": "58c2c77e-4b4b-4269-a223-dcb2a79715c3", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "ecd6e2a6-d2bb-4995-a8e8-13b27473179a", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "6bee9e13-a5fc-4edc-a694-6ab8257b2871", "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": "2025-03-20T05:32:36.3669369+00:00" } ]