Frends.LinkedIn.Request / 1.1.0
Summary
Sends a request to the LinkedIn REST API and returns status, headers and body. A pass-through, so it covers endpoints none of the search Tasks address.
Typical use — the fallback for any LinkedIn endpoint without a dedicated Task, and for writes
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Method | Method |
GET |
GET |
The HTTP Method to be used with the request. Possible values:
|
| Url | String |
https://api.linkedin.com/rest/ |
Some example of the expected value. |
Something that will be repeated. |
| Message | String |
– | { "Body": "Message" } |
The message text to be sent with the request. |
| Headers | Header[] |
– | Name: Header, Value: HeaderValue |
List of HTTP headers to be added to the request. |