All URIs are relative to https://serverless.twilio.com
Method | HTTP request | Description |
---|---|---|
FetchFunctionVersionContent | Get /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content | Retrieve a the content of a specific Function Version resource. |
ServerlessV1FunctionVersionContent FetchFunctionVersionContent(ctx, ServiceSidFunctionSidSid)
Retrieve a the content of a specific Function Version resource.
Retrieve a the content of a specific Function Version resource.
Name | Type | Description |
---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. |
ServiceSid | string | The SID of the Service to fetch the Function Version content from. |
FunctionSid | string | The SID of the Function that is the parent of the Function Version content to fetch. |
Sid | string | The SID of the Function Version content to fetch. |
Other parameters are passed through a pointer to a FetchFunctionVersionContentParams struct
Name | Type | Description |
---|
ServerlessV1FunctionVersionContent
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]