List.GetListSummaryBySlug

Summary

Returns summary information for the list with the given slug.

Signatures

Web Service Method Signature
List GetListSummaryBySlug(string apiKey, string site, string slug)
REST Signature
/rest/list/{slug}?apiKey={apiKey}&site={site}

Return Value

The list with the given slug.

Arguments

apiKey

Your API key. For more information see here.

site

The site the API should be executed against, e.g. www.ditto.net.

slug

The slug of the list to get the summary details for.

REST Example

http://api.ditto.net/rest/list/Best-John-Woo-Films?apiKey=xxxx&site=www.ditto.net

Response Example

<List xmlns="http://www.ditto.net" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <DittoUrl>http://www.ditto.net/Lists/WorstMoviesIveSeen</DittoUrl>
    <CreateDate>2008-02-11T11:58:51.14</CreateDate>
    <Id>100</Id>
    <OwnerPersonId>3726</OwnerPersonId>
    <Slug>WorstMoviesIveSeen</Slug>
    <Title>Worst movies ever made</Title>
</List>