C# Class PodioAPI.Services.ActionService

Mostra file Open project: podio/podio-dotnet

Public Methods

Method Description
ActionService ( Podio currentInstance ) : PodioAPI.Models
GetAction ( int actionId ) : Task

Returns the action with the given id.

Podio API Reference: https://developers.podio.com/doc/actions/get-action-1701120

Method Details

ActionService() public method

public ActionService ( Podio currentInstance ) : PodioAPI.Models
currentInstance Podio
return PodioAPI.Models

GetAction() public method

Returns the action with the given id.

Podio API Reference: https://developers.podio.com/doc/actions/get-action-1701120

public GetAction ( int actionId ) : Task
actionId int
return Task