LogoLogo
v3.0
v3.0
  • 🏠Guida tecnica
  • 🕗Changelog
  • 🔢Setup iniziale
    • Adesione tramite l'Area Riservata
    • Iscrizione al Developer Portal
  • Funzionalità
    • 📦Pubblicare un servizio
      • Creare un servizio
      • Provare un servizio in test
      • Revisione del servizio
      • Visibilità del servizio
      • Importare servizi nell'Area Riservata
      • Dati obbligatori
        • Attributi
        • Service Metadata
      • Stato del servizio
      • Chiave manage
    • ✉️Inviare un messaggio
      • Messaggi di test
      • 📎Aggiungere allegati (Premium)
        • Specifiche degli endpoint di recupero degli allegati
  • 📐API
    • OpenAPI
    • API Servizi
      • Get Service
      • Create Service
      • Update Service
      • Get User Services
      • Regenerate Service Key
      • Upload service logo
      • Manage Service: Get
      • Manage Service: Get keys
      • Manage Service: Get User Services
      • Manage Service: Create
      • Manage Service: Delete
      • Manage Service: Update
      • Manage Service: Request Review
      • Manage Service: Release
      • Manage Service: Get Released
      • Manage Service: Unpublish
      • Manage Service: Regenerate api key
      • Manage Service: Upload service logo
      • Upload organization logo
    • API Messaggi
      • Get a User Profile using POST
      • Submit a Message passing the user fiscal_code in the request body
      • Get Message
      • Get Subscriptions Feed
      • ⚠️Get a User Profile
      • ⚠️Submit a Message passing the user fiscal_code as path parameter
    • Errori comuni
    • Specifiche API
  • 🔑Abilitazioni
    • Test con Codici Fiscali reali
    • Test invio avvisi pagoPA
    • Invio messaggi massivo
    • Subscription feed
    • Gestione dei servizi
    • Funzionalità Premium
  • Risorse Utili
    • ❓Supporto agli Enti
    • 📘Glossario
Powered by GitBook
On this page
  1. API
  2. API Servizi

Manage Service: Request Review

PreviousManage Service: UpdateNextManage Service: Release

Last updated 1 year ago

Descrizione

Questa API sottopone il servizio alla revisione di PagoPA. Per funzionare correttamente richiede l'inserimento del service_id come path parameter. Puoi richiedere che il servizio venga automaticamente attivato in caso di approvazione specificandolo nel body della richiesta.

Devi usare la nuova chiave per la gestione dei servizi.

Per utilizzare questa API è necessario richiedere un'

Risorse utili

📐
https://developer.io.italia.it/openapi.html#operation/cmsReviewService
manage
abilitazione specifica.
  • Descrizione
  • PUTSend service to review
  • Risorse utili

Send service to review

put

Send service to review by service ID

Authorizations
Path parameters
serviceIdstringRequired

ID of the service

Body
auto_publishbooleanRequired

Flag to request an automatic service publication on service approval.

Example: true
Responses
204
Service revirew taken in charge
401
Unauthorized
403
Forbidden
404
Not found
409
Service status is incompatible with review action request
429
Too many requests
500
Internal server error
application/json
put
PUT /api/v1/manage/services/{serviceId}/review HTTP/1.1
Host: api.io.pagopa.it
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "auto_publish": true
}

No content