Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleResponse (status 200)
Code Block
[
        {
                "typeName":  "Guid",
                "propertyName":  "WorkflowTemplateId",
        "assemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
    },
    {
        "typeName": "String",
        "propertyName": "Name",
        "assemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
    },
    {
        "typeName": "String",
        "propertyName": "Description",
        "assemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
    },
    {
        "typeName": "Dictionary`2",
        "propertyName": "Applications",
        "assemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
    },
    {
        "typeName": "IEnumerable`1",
        "propertyName": "Chain",
        "assemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[ConnectMyApps.Canvas.Services.Dtos.ChainDto, ConnectMyApps.Canvas.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
    
        "genericParameters": ""
    },
    {
        "typeName": "String",
        "propertyName": "Name",
        "genericParameters": ""
    },
    {
        "typeName": "String",
        "propertyName": "Description",
        "genericParameters": ""
    },
    {
        "typeName": "Dictionary",
        "propertyName": "Applications",
        "genericParameters": "String,Guid"
    },
    {
        "typeName": "IEnumerable",
        "propertyName": "Chain",
        "genericParameters": "ChainApiDto"
    }
]

Authentication

For enabling of access to your organization you need to set <API access> flag ON and copy provided Secret and Consumer keys. Do not share provided keys with anybody and keep them in safe place because they are not saved in Canvas and you will not be able to get them anymore.

...