Click or drag to resize
LocationsGet Method
Get information about a location.

Requires Authentication: False

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<LocationResponse> Get(
	string locationId
)

Parameters

locationId
Type: SystemString
The id of the location to retreive information for.

Return Value

Type: TaskLocationResponse
location response
See Also