\ImportErrorApi

All URIs are relative to http://localhost/api/v1

MethodHTTP requestDescription
GetImportErrorGet /importErrors/{import_error_id}Get an import error
GetImportErrorsGet /importErrorsGet all import errors

GetImportError

ImportError GetImportError(ctx, importErrorId)

Get an import error

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
importErrorIdint32The Import Error ID.

Return type

ImportError

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetImportErrors

ImportErrorCollection GetImportErrors(ctx, optional)

Get all import errors

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
optional*GetImportErrorsOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetImportErrorsOpts struct

NameTypeDescriptionNotes
limitoptional.Int32The numbers of items to return.[default to 100]
offsetoptional.Int32The number of items to skip before starting to collect the result set.

Return type

ImportErrorCollection

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]