GET/desk/api/v2/notifications/types.jsonReturns a list of all NotificationTypes.Request ExamplesExpand request settingsExample RequestShellJavaScriptGoJavaGET/desk/api/v2/notifications/types.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.jsonCopyCopied!ResponsesCode200TypeobjectSchemaSchemaDescription200 OKExamples200 OK200 OKtypesResponse{ "types": [ { "icon": "string", "id": 0, "name": "string", "value": "string" } ] }CopyCopied!Download Swagger